Class AbstractHashedMap.KeySetIterator<K>
java.lang.Object
org.apache.commons.collections4.map.AbstractHashedMap.HashIterator<K,Object>
org.apache.commons.collections4.map.AbstractHashedMap.KeySetIterator<K>
- All Implemented Interfaces:
Iterator<K>
- Enclosing class:
AbstractHashedMap<K,V>
protected static class AbstractHashedMap.KeySetIterator<K>
extends AbstractHashedMap.HashIterator<K,Object>
implements Iterator<K>
KeySet 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
-
KeySetIterator
-
-
Method Details
-
next
-