Class AbstractLinkedMap.EntrySetIterator
java.lang.Object
org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator
- All Implemented Interfaces:
Iterator
,OrderedIterator
,ResettableIterator
- Direct Known Subclasses:
AbstractLinkedMap.KeySetIterator
- Enclosing class:
- AbstractLinkedMap
EntrySet 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
-
EntrySetIterator
-
-
Method Details
-
next
-
previous
Description copied from interface:OrderedIterator
Gets the previous element from the collection.- Returns:
- the previous element in the iteration
-