Class AbstractHashedMap.EntrySetIterator<K,V>
java.lang.Object
org.apache.commons.collections4.map.AbstractHashedMap.HashIterator<K,V>
org.apache.commons.collections4.map.AbstractHashedMap.EntrySetIterator<K,V>
- Enclosing class:
AbstractHashedMap<K,V>
protected static class AbstractHashedMap.EntrySetIterator<K,V>
extends AbstractHashedMap.HashIterator<K,V>
implements Iterator<Map.Entry<K,V>>
EntrySet iterator.
- Since:
- 3.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractHashedMap.HashIterator
currentEntry, hasNext, nextEntry, remove, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
EntrySetIterator
-
-
Method Details
-
next
-