public class IdentityHashSet<E>
extends java.util.AbstractSet<E>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<E,java.lang.Boolean> |
backedMap |
| Constructor and Description |
|---|
IdentityHashSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E o) |
void |
clear() |
boolean |
contains(java.lang.Object o) |
java.util.Iterator<E> |
iterator() |
boolean |
remove(java.lang.Object o) |
int |
size() |
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait