Class AbstractHashedMap.HashIterator<K,V>
java.lang.Object
org.apache.commons.collections4.map.AbstractHashedMap.HashIterator<K,V>
- Direct Known Subclasses:
AbstractHashedMap.EntrySetIterator,AbstractHashedMap.HashMapIterator,AbstractHashedMap.KeySetIterator,AbstractHashedMap.ValuesIterator
- Enclosing class:
AbstractHashedMap<K,V>
Base Iterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intThe modification count expectedprivate intThe current index into the array of bucketsprivate AbstractHashedMap.HashEntry<K, V> The last returned entryprivate AbstractHashedMap.HashEntry<K, V> The next entryprivate final AbstractHashedMap<K, V> The parent map -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractHashedMap.HashEntry<K, V> booleanhasNext()protected AbstractHashedMap.HashEntry<K, V> voidremove()toString()
-
Field Details
-
parent
The parent map -
hashIndex
private int hashIndexThe current index into the array of buckets -
last
The last returned entry -
next
The next entry -
expectedModCount
private int expectedModCountThe modification count expected
-
-
Constructor Details
-
HashIterator
-
-
Method Details