Class AbstractHashedMap.HashIterator
java.lang.Object
org.apache.commons.collections.map.AbstractHashedMap.HashIterator
- All Implemented Interfaces:
Iterator
- Direct Known Subclasses:
AbstractHashedMap.EntrySetIterator,AbstractHashedMap.HashMapIterator,AbstractHashedMap.ValuesIterator
- Enclosing class:
- AbstractHashedMap
Base Iterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intThe modification count expectedprotected intThe current index into the array of bucketsprotected AbstractHashedMap.HashEntryThe last returned entryprotected AbstractHashedMap.HashEntryThe next entryprotected final AbstractHashedMapThe parent map -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractHashedMap.HashEntrybooleanhasNext()protected AbstractHashedMap.HashEntryvoidremove()toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, next
-
Field Details
-
parent
The parent map -
hashIndex
protected int hashIndexThe current index into the array of buckets -
last
The last returned entry -
next
The next entry -
expectedModCount
protected int expectedModCountThe modification count expected
-
-
Constructor Details
-
HashIterator
-
-
Method Details