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)
Deprecated.
|
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, retainAll, spliteratorparallelStream, removeIf, streampublic GridLeanSet()
public GridLeanSet(int size)
size - Initial size.@Deprecated public GridLeanSet(Collection<E> c)
c - Collection to add.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021