Package com.tangosol.util
Class OpenHashMap.EntrySet.EntrySetIterator
java.lang.Object
com.tangosol.util.AbstractKeyBasedMap.EntrySet.EntrySetIterator
com.tangosol.util.OpenHashMap.EntrySet.EntrySetIterator
- All Implemented Interfaces:
Iterator
- Enclosing class:
OpenHashMap.EntrySet
protected class OpenHashMap.EntrySet.EntrySetIterator
extends AbstractKeyBasedMap.EntrySet.EntrySetIterator
An Iterator over the EntrySet that is backed by the Map.
-
Field Summary
Fields inherited from class com.tangosol.util.AbstractKeyBasedMap.EntrySet.EntrySetIterator
m_iterKeys
-
Constructor Summary
-
Method Summary
Methods inherited from class com.tangosol.util.AbstractKeyBasedMap.EntrySet.EntrySetIterator
hasNext, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
EntrySetIterator
protected EntrySetIterator()
-
-
Method Details
-
next
Returns the next element in the iteration.- Specified by:
next
in interfaceIterator
- Overrides:
next
in classAbstractKeyBasedMap.EntrySet.EntrySetIterator
- Returns:
- the next element in the iteration
-