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
Constructors Modifier Constructor Description protected
EntrySetIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map.Entry<K,V>
next()
Returns the next element in the iteration.-
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
-
-