public class IdentityHashSet<E>
extends java.util.AbstractSet<E>
IdentityHashMap-backed Set.| Constructor and Description |
|---|
IdentityHashSet() |
IdentityHashSet(java.util.Collection<E> c) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E arg0) |
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, toStringpublic IdentityHashSet()
public IdentityHashSet(java.util.Collection<E> c)