public class GridLeanSet<E> extends GridSetWrapper<E> implements Cloneable
GridLeanMap.GridLeanMap,
Serialized Formmap, VAL| Constructor and Description |
|---|
GridLeanSet()
Creates a new, empty set with a default initial capacity,
load factor, and concurrencyLevel.
|
GridLeanSet(Collection<E> c)
Creates a new set with the same elements as the given collection.
|
GridLeanSet(int size)
Constructs lean set with initial size.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
String |
toString() |
add, clear, contains, defaultValue, isEmpty, iterator, map, remove, size, toArray, toArrayequals, hashCode, removeAlladdAll, containsAll, retainAllfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, retainAllpublic GridLeanSet()
public GridLeanSet(int size)
size - Initial size.public GridLeanSet(Collection<E> c)
c - Collection to add.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015