E - The element typepublic class IdentityHashSet<E> extends MapBackedSet<E>
IdentityHashMap-backed Set.map| Constructor and Description |
|---|
IdentityHashSet()
Creates a new IdentityHashSet instance
|
IdentityHashSet(Collection<E> c)
Creates a new IdentityHashSet instance
|
IdentityHashSet(int expectedMaxSize)
Creates a new IdentityHashSet instance
|
add, clear, contains, iterator, remove, sizeequals, hashCode, removeAlladdAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic IdentityHashSet()
public IdentityHashSet(int expectedMaxSize)
expectedMaxSize - The maximum size for the mappublic IdentityHashSet(Collection<E> c)
c - The elements to put in the mapCopyright © 2004–2024 Apache MINA Project. All rights reserved.