E - The element typepublic class IdentityHashSet<E>
extends java.util.AbstractSet<E>
IdentityHashMap and the Set.| Constructor and Description |
|---|
IdentityHashSet() |
IdentityHashSet(java.util.Collection<? extends E> c) |
IdentityHashSet(int expectedMaxSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e) |
void |
clear() |
java.lang.Object |
clone() |
boolean |
contains(java.lang.Object o) |
boolean |
isEmpty() |
java.util.Iterator<E> |
iterator() |
boolean |
remove(java.lang.Object o) |
int |
size() |
addAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitpublic IdentityHashSet()
public IdentityHashSet(java.util.Collection<? extends E> c)
public IdentityHashSet(int expectedMaxSize)
public java.util.Iterator<E> iterator()
public int size()
public boolean isEmpty()
public boolean contains(@Nullable java.lang.Object o)
public boolean remove(@Nullable java.lang.Object o)
public void clear()
public java.lang.Object clone()
clone in class java.lang.Object