public abstract class GridSerializableSet<E> extends AbstractSet<E> implements Serializable
AbstractSet as Serializable and is
useful for making anonymous serializable sets. It has no extra logic or state in
addition to AbstractSet.
Note that methods AbstractCollection.contains(Object) and AbstractCollection.remove(Object) implemented
in AbstractCollection fully iterate through collection so you need to make
sure to override these methods if it's possible to create efficient implementations.
| Constructor and Description |
|---|
GridSerializableSet() |
equals, hashCode, removeAlladd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, retainAll, size, toArray, toArray, toString
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015