Class TreeWidget.UniversalSet

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
net.ontopia.utils.CompactHashSet
net.ontopia.topicmaps.nav2.utils.TreeWidget.UniversalSet
All Implemented Interfaces:
Iterable, Collection, Set
Enclosing class:
TreeWidget

protected class TreeWidget.UniversalSet extends CompactHashSet
  • Constructor Details

    • UniversalSet

      protected UniversalSet()
  • Method Details

    • contains

      public boolean contains(Object object)
      Description copied from class: CompactHashSet
      Returns true if this set contains the specified element.
      Specified by:
      contains in interface Collection
      Specified by:
      contains in interface Set
      Overrides:
      contains in class CompactHashSet
      Parameters:
      object - element whose presence in this set is to be tested.
      Returns:
      true if this set contains the specified element.