protected static class AbstractLinkedMap.LinkMapIterator extends AbstractLinkedMap.LinkIterator implements OrderedMapIterator
expectedModCount, last, next, parent| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLinkedMap.LinkMapIterator(AbstractLinkedMap parent) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getKey()
Gets the current key, which is the key returned by the last call
to
next(). |
Object |
getValue()
Gets the current value, which is the value associated with the last key
returned by
next(). |
Object |
next()
Gets the next key from the
Map. |
Object |
previous()
Gets the previous key from the
Map. |
Object |
setValue(Object value)
Sets the value associated with the current key (optional operation).
|
currentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithasPrevioushasNext, removeprotected AbstractLinkedMap.LinkMapIterator(AbstractLinkedMap parent)
public Object next()
MapIteratorMap.next in interface Iteratornext in interface MapIteratorpublic Object previous()
OrderedMapIteratorMap.previous in interface OrderedIteratorprevious in interface OrderedMapIteratorpublic Object getKey()
MapIteratornext().getKey in interface MapIteratorpublic Object getValue()
MapIteratornext().getValue in interface MapIteratorpublic Object setValue(Object value)
MapIteratorsetValue in interface MapIteratorvalue - the new valueCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.