T - public class TinyIdentitySet<T>
extends java.util.AbstractSet<T>
implements java.io.Serializable
| Constructor and Description | 
|---|
| TinyIdentitySet() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | add(T added) | 
| void | clear() | 
| boolean | contains(java.lang.Object o) | 
| boolean | isEmpty() | 
| java.util.Iterator<T> | iterator() | 
| boolean | remove(java.lang.Object o) | 
| int | size() | 
| java.lang.Object[] | toArray() | 
| <T> T[] | toArray(T[] array) | 
public int size()
public boolean isEmpty()
public boolean contains(java.lang.Object o)
public java.lang.Object[] toArray()
public <T> T[] toArray(T[] array)
public boolean add(T added)
public boolean remove(java.lang.Object o)
public void clear()
public java.util.Iterator<T> iterator()