public class IdentityHashSet<E> extends MapBackedSet<E>
IdentityHashMap-backed Set.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
map| Constructor and Description |
|---|
IdentityHashSet() |
IdentityHashSet(java.util.Collection<E> c) |
IdentityHashSet(int expectedMaxSize) |
add, clear, contains, iterator, remove, sizeaddAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitprivate static final long serialVersionUID
public IdentityHashSet()
public IdentityHashSet(int expectedMaxSize)
public IdentityHashSet(java.util.Collection<E> c)