|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<E>
net.ontopia.utils.CompactHashSet
net.ontopia.topicmaps.nav2.utils.TreeWidget.UniversalSet
protected class TreeWidget.UniversalSet
| Field Summary |
|---|
| Fields inherited from class net.ontopia.utils.CompactHashSet |
|---|
deletedObject, elements, freecells, INITIAL_SIZE, LOAD_FACTOR, modCount, nullObject, objects |
| Constructor Summary | |
|---|---|
protected |
TreeWidget.UniversalSet()
|
| Method Summary | |
|---|---|
boolean |
contains(java.lang.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 |
| Methods inherited from class java.util.AbstractSet |
|---|
equals, hashCode, removeAll |
| Methods inherited from class java.util.AbstractCollection |
|---|
addAll, containsAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
addAll, containsAll, retainAll |
| Constructor Detail |
|---|
protected TreeWidget.UniversalSet()
| Method Detail |
|---|
public boolean contains(java.lang.Object object)
CompactHashSet
contains in interface java.util.Collectioncontains in interface java.util.Setcontains in class CompactHashSetobject - element whose presence in this set is to be tested.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||