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
public class InflatableSet extends InflatableCollection implements 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
Constructors Constructor Description InflatableSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InflatableCollection.InflatedCollection
instantiateCollection()
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
-
-
-
-
Method Detail
-
instantiateCollection
protected InflatableCollection.InflatedCollection 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
-
-