protected static class AbstractLinkedMap.KeySetIterator<K> extends AbstractLinkedMap.LinkIterator<K,Object> implements OrderedIterator<K>, ResettableIterator<K>
expectedModCount, last, next, parent| Modifier | Constructor and Description | 
|---|---|
protected  | 
AbstractLinkedMap.KeySetIterator(AbstractLinkedMap<K,?> parent)  | 
| Modifier and Type | Method and Description | 
|---|---|
K | 
next()  | 
K | 
previous()
Gets the previous element from the container. 
 | 
currentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithasPreviousresetprotected AbstractLinkedMap.KeySetIterator(AbstractLinkedMap<K,?> parent)
public K previous()
OrderedIteratorprevious in interface OrderedIterator<K>Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.