org.apache.commons.collections4.map
Class AbstractLinkedMap.KeySetIterator<K>
java.lang.Object
org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator<K,Object>
org.apache.commons.collections4.map.AbstractLinkedMap.KeySetIterator<K>
- All Implemented Interfaces:
- Iterator<K>, OrderedIterator<K>, ResettableIterator<K>
- Enclosing class:
- AbstractLinkedMap<K,V>
protected static class AbstractLinkedMap.KeySetIterator<K>
- extends AbstractLinkedMap.LinkIterator<K,Object>
- implements OrderedIterator<K>, ResettableIterator<K>
KeySet iterator.
Method Summary |
K |
next()
|
K |
previous()
Gets the previous element from the container. |
AbstractLinkedMap.KeySetIterator
protected AbstractLinkedMap.KeySetIterator(AbstractLinkedMap<K,?> parent)
next
public K next()
- Specified by:
next
in interface Iterator<K>
previous
public K previous()
- Description copied from interface:
OrderedIterator
- Gets the previous element from the container.
- Specified by:
previous
in interface OrderedIterator<K>
- Returns:
- the previous element in the iteration
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.