protected class TreeWidget.UniversalSet extends CompactHashSet
deletedObject, elements, freecells, INITIAL_SIZE, LOAD_FACTOR, modCount, nullObject, objects| Modifier | Constructor and Description |
|---|---|
protected |
UniversalSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object object)
Returns true if this set contains the specified element.
|
add, clear, dump, isEmpty, iterator, rehash, rehash, remove, size, toArray, toArrayequals, hashCode, removeAlladdAll, containsAll, retainAll, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, retainAll, spliteratorparallelStream, removeIf, streampublic boolean contains(Object object)
CompactHashSetcontains in interface Collectioncontains in interface Setcontains in class CompactHashSetobject - element whose presence in this set is to be tested.