Class AbstractLinkedMap.KeySetIterator
java.lang.Object
org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator
org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator
- All Implemented Interfaces:
Iterator
,OrderedIterator
,ResettableIterator
- Enclosing class:
- AbstractLinkedMap
KeySet iterator.
-
Field Summary
Fields inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
expectedModCount, last, next, parent
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
currentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, 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 Details
-
KeySetIterator
-
-
Method Details
-
next
- Specified by:
next
in interfaceIterator
- Overrides:
next
in classAbstractLinkedMap.EntrySetIterator
-
previous
Description copied from interface:OrderedIterator
Gets the previous element from the collection.- Specified by:
previous
in interfaceOrderedIterator
- Overrides:
previous
in classAbstractLinkedMap.EntrySetIterator
- Returns:
- the previous element in the iteration
-