org.apache.commons.collections.map
protected abstract static class AbstractLinkedMap.LinkIterator extends Object implements OrderedIterator, ResettableIterator
| Field Summary | |
|---|---|
| protected int | expectedModCount The modification count expected |
| protected AbstractLinkedMap.LinkEntry | last The current (last returned) entry |
| protected AbstractLinkedMap.LinkEntry | next The next entry |
| protected AbstractLinkedMap | parent The parent map |
| Constructor Summary | |
|---|---|
| protected | LinkIterator(AbstractLinkedMap parent) |
| Method Summary | |
|---|---|
| protected AbstractLinkedMap.LinkEntry | currentEntry() |
| boolean | hasNext() |
| boolean | hasPrevious() |
| protected AbstractLinkedMap.LinkEntry | nextEntry() |
| protected AbstractLinkedMap.LinkEntry | previousEntry() |
| void | remove() |
| void | reset() |
| String | toString() |