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, toArray
equals, hashCode, removeAll
addAll, containsAll, retainAll, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, containsAll, retainAll, spliterator
parallelStream, removeIf, stream
public boolean contains(Object object)
CompactHashSet
contains
in interface Collection
contains
in interface Set
contains
in class CompactHashSet
object
- element whose presence in this set is to be tested.