Package com.tangosol.util
Class InflatableSet
java.lang.Object
java.util.AbstractCollection
com.tangosol.util.InflatableCollection
com.tangosol.util.InflatableSet
- All Implemented Interfaces:
Iterable
,Collection
,Set
A Set specialization of InflatableCollection.
- Since:
- Coherence 3.6
- Author:
- ch 2009.11.22
-
Nested Class Summary
Nested classes/interfaces inherited from class com.tangosol.util.InflatableCollection
InflatableCollection.InflatedCollection
-
Field Summary
Fields inherited from class com.tangosol.util.InflatableCollection
m_oValue, NO_VALUE, VALUE_UPDATER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected InflatableCollection.InflatedCollection
Factory method used to create a new Collection.Methods inherited from class com.tangosol.util.InflatableCollection
add, clear, contains, equals, hashCode, iterator, remove, removeAll, retainAll, size, toArray, toArray
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
InflatableSet
public InflatableSet()
-
-
Method Details
-
instantiateCollection
Factory method used to create a new Collection. The returned Collection must provide a "safe" iterator.- Specified by:
instantiateCollection
in classInflatableCollection
- Returns:
- a "real" implementation to use if this collection is expanded
-