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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, stream
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020