|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator
protected static class AbstractLinkedMap.KeySetIterator
KeySet iterator.
Field Summary |
---|
Fields inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator |
---|
expectedModCount, last, next, parent |
Constructor Summary | |
---|---|
protected |
AbstractLinkedMap.KeySetIterator(AbstractLinkedMap parent)
|
Method Summary | |
---|---|
java.lang.Object |
next()
|
java.lang.Object |
previous()
Gets the previous element from the collection. |
Methods inherited from class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator |
---|
currentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected AbstractLinkedMap.KeySetIterator(AbstractLinkedMap parent)
Method Detail |
---|
public java.lang.Object next()
next
in interface java.util.Iterator
next
in class AbstractLinkedMap.EntrySetIterator
public java.lang.Object previous()
OrderedIterator
previous
in interface OrderedIterator
previous
in class AbstractLinkedMap.EntrySetIterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |