Package com.tangosol.net.cache
Class OverflowMap.EntrySet
java.lang.Object
java.util.AbstractCollection
java.util.AbstractSet
com.tangosol.util.AbstractKeyBasedMap.EntrySet
com.tangosol.util.AbstractKeySetBasedMap.EntrySet
com.tangosol.net.cache.OverflowMap.EntrySet
- All Implemented Interfaces:
- Iterable,- Collection,- Set
- Enclosing class:
- OverflowMap
A set of entries backed by this map.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected classA pessimistic Iterator over the EntrySet that is backed by the OverflowMap.Nested classes/interfaces inherited from class com.tangosol.util.AbstractKeyBasedMap.EntrySetAbstractKeyBasedMap.EntrySet.Entry
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.tangosol.util.AbstractKeySetBasedMap.EntrySettoArray, toArrayMethods inherited from class com.tangosol.util.AbstractKeyBasedMap.EntrySetclear, contains, instantiateEntry, 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- 
instantiateIteratorFactory pattern.- Overrides:
- instantiateIteratorin class- AbstractKeyBasedMap.EntrySet
- Returns:
- a new instance of an Iterator over the EntrySet
 
 
-