Class AbstractLinkedMap.ValuesIterator<V>
java.lang.Object
org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator<Object,V>
org.apache.commons.collections4.map.AbstractLinkedMap.ValuesIterator<V>
- All Implemented Interfaces:
Iterator<V>, OrderedIterator<V>, ResettableIterator<V>
- Enclosing class:
AbstractLinkedMap<K,V>
protected static class AbstractLinkedMap.ValuesIterator<V>
extends AbstractLinkedMap.LinkIterator<Object,V>
implements OrderedIterator<V>, ResettableIterator<V>
Values iterator.
- Since:
- 3.0
-
Field Summary
Fields inherited from class AbstractLinkedMap.LinkIterator
expectedModCount, last, next, parent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractLinkedMap.LinkIterator
currentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, hasNext, removeMethods inherited from interface OrderedIterator
hasPreviousMethods inherited from interface ResettableIterator
reset
-
Constructor Details
-
ValuesIterator
-
-
Method Details
-
next
-
previous
Description copied from interface:OrderedIteratorGets the previous element from the container.- Specified by:
previousin interfaceOrderedIterator<V>- Returns:
- the previous element in the iteration
-