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