Package com.tangosol.net.partition
Class ObservableSplittingBackingCache.EntrySet
java.lang.Object
java.util.AbstractCollection
java.util.AbstractSet
com.tangosol.util.AbstractKeyBasedMap.EntrySet
com.tangosol.util.AbstractKeySetBasedMap.EntrySet
com.tangosol.net.partition.ObservableSplittingBackingCache.EntrySet
- All Implemented Interfaces:
- Iterable,- Collection,- Set
- Enclosing class:
- ObservableSplittingBackingCache
A set of ConfigurableCacheMap entries backed by this map.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionclassA Cache Entry implementation.Nested classes/interfaces inherited from class com.tangosol.util.AbstractKeyBasedMap.EntrySetAbstractKeyBasedMap.EntrySet.EntrySetIterator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Map.EntryinstantiateEntry(Object oKey, Object oValue) Factory pattern.Methods inherited from class com.tangosol.util.AbstractKeySetBasedMap.EntrySettoArray, toArrayMethods inherited from class com.tangosol.util.AbstractKeyBasedMap.EntrySetclear, contains, instantiateIterator, isEmpty, iterator, remove, sizeMethods inherited from class java.util.AbstractSetequals, hashCode, removeAllMethods inherited from class java.util.AbstractCollectionadd, addAll, containsAll, retainAll, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Setadd, addAll, containsAll, retainAll, spliterator
- 
Constructor Details- 
EntrySetpublic EntrySet()
 
- 
- 
Method Details- 
instantiateEntryFactory pattern. Create a Map Entry.- Overrides:
- instantiateEntryin class- AbstractKeyBasedMap.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)
 
 
-