|
||||||||||
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<K,V>
protected abstract static class AbstractLinkedMap.LinkIterator<K,V>
Base Iterator that iterates in link order.
Field Summary | |
---|---|
protected int |
expectedModCount
The modification count expected |
protected AbstractLinkedMap.LinkEntry<K,V> |
last
The current (last returned) entry |
protected AbstractLinkedMap.LinkEntry<K,V> |
next
The next entry |
protected AbstractLinkedMap<K,V> |
parent
The parent map |
Constructor Summary | |
---|---|
protected |
AbstractLinkedMap.LinkIterator(AbstractLinkedMap<K,V> parent)
|
Method Summary | |
---|---|
protected AbstractLinkedMap.LinkEntry<K,V> |
currentEntry()
|
boolean |
hasNext()
|
boolean |
hasPrevious()
|
protected AbstractLinkedMap.LinkEntry<K,V> |
nextEntry()
|
protected AbstractLinkedMap.LinkEntry<K,V> |
previousEntry()
|
void |
remove()
|
void |
reset()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final AbstractLinkedMap<K,V> parent
protected AbstractLinkedMap.LinkEntry<K,V> last
protected AbstractLinkedMap.LinkEntry<K,V> next
protected int expectedModCount
Constructor Detail |
---|
protected AbstractLinkedMap.LinkIterator(AbstractLinkedMap<K,V> parent)
Method Detail |
---|
public boolean hasNext()
public boolean hasPrevious()
protected AbstractLinkedMap.LinkEntry<K,V> nextEntry()
protected AbstractLinkedMap.LinkEntry<K,V> previousEntry()
protected AbstractLinkedMap.LinkEntry<K,V> currentEntry()
public void remove()
public void reset()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |