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 Summary
Nested 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.EntrySet
AbstractKeyBasedMap.EntrySet.Entry -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.tangosol.util.AbstractKeySetBasedMap.EntrySet
toArray, toArrayMethods inherited from class com.tangosol.util.AbstractKeyBasedMap.EntrySet
clear, contains, instantiateEntry, 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
-
instantiateIterator
Factory pattern.- Overrides:
instantiateIteratorin classAbstractKeyBasedMap.EntrySet- Returns:
- a new instance of an Iterator over the EntrySet
-