Class AbstractHashedMap.KeySetIterator
- java.lang.Object
-
- org.apache.commons.collections.map.AbstractHashedMap.HashIterator
-
- org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator
-
- org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator
-
- All Implemented Interfaces:
Iterator
- Enclosing class:
- AbstractHashedMap
protected static class AbstractHashedMap.KeySetIterator extends AbstractHashedMap.EntrySetIterator
KeySet iterator.
-
-
Field Summary
-
Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
expectedModCount, hashIndex, last, next, parent
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
KeySetIterator(AbstractHashedMap parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
next()
-
Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
currentEntry, hasNext, nextEntry, remove, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
KeySetIterator
protected KeySetIterator(AbstractHashedMap parent)
-
-
Method Detail
-
next
public Object next()
- Specified by:
next
in interfaceIterator
- Overrides:
next
in classAbstractHashedMap.EntrySetIterator
-
-