Class IdentitySet<T>
java.lang.Object
gw.util.IdentitySet<T>
- All Implemented Interfaces:
Iterable<T>
-
Field Details
-
_index
private int _index -
_set
-
-
Constructor Details
-
IdentitySet
public IdentitySet(int size)
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
size
public int size() -
contains
-
add
-
remove
-
addAll
-
clear
public void clear() -
iterator
-
toString
-
toArray
-