public class GridIdentityHashSet<E> extends GridSetWrapper<E>
IdentityHashMap.map, VAL| Constructor and Description |
|---|
GridIdentityHashSet()
Creates default identity hash set.
|
GridIdentityHashSet(Collection<E> vals)
Creates identity has set initialized given collection.
|
GridIdentityHashSet(int size)
Creates identity hash set of given size.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
add, clear, contains, defaultValue, isEmpty, iterator, map, remove, size, toArray, toArrayequals, hashCode, removeAlladdAll, containsAll, retainAllclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, retainAllpublic GridIdentityHashSet()
public GridIdentityHashSet(int size)
size - Start size for the set.public GridIdentityHashSet(Collection<E> vals)
vals - Values to initialize.public String toString()
toString in class GridSetWrapper<E>
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015