Package com.tangosol.net.cache
Class SerializationCache.EntrySet
- java.lang.Object
 - 
- java.util.AbstractCollection<E>
 - 
- java.util.AbstractSet<Map.Entry<K,V>>
 - 
- 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
 
public class SerializationCache.EntrySet extends AbstractKeySetBasedMap.EntrySet
A set of entries backed by this map. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description classSerializationCache.EntrySet.EntryA Cache Entry implementation.- 
Nested classes/interfaces inherited from class com.tangosol.util.AbstractKeyBasedMap.EntrySet
AbstractKeyBasedMap.EntrySet.EntrySetIterator 
 - 
 
- 
Constructor Summary
Constructors Constructor Description EntrySet() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map.EntryinstantiateEntry(Object oKey, Object oValue)Factory pattern.- 
Methods inherited from class com.tangosol.util.AbstractKeySetBasedMap.EntrySet
toArray, toArray 
- 
Methods inherited from class com.tangosol.util.AbstractKeyBasedMap.EntrySet
clear, contains, instantiateIterator, isEmpty, iterator, remove, size 
- 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll 
- 
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, retainAll, 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 
- 
Methods inherited from interface java.util.Set
add, addAll, containsAll, retainAll, spliterator 
 - 
 
 - 
 
- 
- 
Method Detail
- 
instantiateEntry
protected Map.Entry instantiateEntry(Object oKey, Object oValue)
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)
 
 
 - 
 
 -