Package com.tangosol.net.cache
Class SerializationCache.EntrySet
java.lang.Object
java.util.AbstractCollection
java.util.AbstractSet
com.tangosol.util.AbstractKeyBasedMap.EntrySet
com.tangosol.util.AbstractKeySetBasedMap.EntrySet
com.tangosol.net.cache.SerializationCache.EntrySet
- All Implemented Interfaces:
Iterable,Collection,Set
- Enclosing class:
SerializationCache
A set of entries backed by this map.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassA Cache Entry implementation.Nested classes/interfaces inherited from class com.tangosol.util.AbstractKeyBasedMap.EntrySet
AbstractKeyBasedMap.EntrySet.EntrySetIterator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Map.EntryinstantiateEntry(Object oKey, Object oValue) Factory pattern.Methods inherited from class com.tangosol.util.AbstractKeySetBasedMap.EntrySet
toArray, toArrayMethods inherited from class com.tangosol.util.AbstractKeyBasedMap.EntrySet
clear, contains, instantiateIterator, isEmpty, iterator, remove, sizeMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
add, addAll, containsAll, retainAll, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
add, addAll, containsAll, retainAll, spliterator
-
Constructor Details
-
EntrySet
public EntrySet()
-
-
Method Details
-
instantiateEntry
Factory pattern. Create a Map Entry.- Overrides:
instantiateEntryin classAbstractKeyBasedMap.EntrySet- Parameters:
oKey- the Entry key (required)oValue- the Entry value (optional; lazy loaded if necessary)- Returns:
- a new instance of an Entry with the specified key and value (if one is provided)
-