protected static class AbstractLinkedMap.ValuesIterator extends AbstractLinkedMap.LinkIterator
expectedModCount, last, next, parent| Modifier | Constructor and Description |
|---|---|
protected |
ValuesIterator(AbstractLinkedMap parent) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
next() |
java.lang.Object |
previous()
Gets the previous element from the collection.
|
currentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, toStringprotected ValuesIterator(AbstractLinkedMap parent)
public java.lang.Object next()
public java.lang.Object previous()
OrderedIteratorCopyright © 2001-2025 Apache Software Foundation. All Rights Reserved.