org.apache.commons.collections.map
protected abstract static class AbstractHashedMap.HashIterator extends Object implements Iterator
| Field Summary | |
|---|---|
| protected int | expectedModCount The modification count expected |
| protected int | hashIndex The current index into the array of buckets |
| protected AbstractHashedMap.HashEntry | last The last returned entry |
| protected AbstractHashedMap.HashEntry | next The next entry |
| protected AbstractHashedMap | parent The parent map |
| Constructor Summary | |
|---|---|
| protected | HashIterator(AbstractHashedMap parent) |
| Method Summary | |
|---|---|
| protected AbstractHashedMap.HashEntry | currentEntry() |
| boolean | hasNext() |
| protected AbstractHashedMap.HashEntry | nextEntry() |
| void | remove() |
| String | toString() |