net.ontopia.topicmaps.nav2.utils
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
Method Summary |
boolean |
contains(Object object)
Returns true if this set contains the specified element. |
Methods inherited from class net.ontopia.utils.CompactHashSet |
add, clear, dump, isEmpty, iterator, rehash, rehash, remove, size, toArray, toArray |
TreeWidget.UniversalSet
protected TreeWidget.UniversalSet()
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.
Copyright © 2000-2012 Ontopia.