Class CiHashMap.EntryIterator<E>
java.lang.Object
gw.util.CiHashMap.EntryIterator<E>
- All Implemented Interfaces:
Iterator<E>
- Direct Known Subclasses:
CiHashMap.KeyIterator, CiHashMap.MapEntryIterator, CiHashMap.ValuesIterator
- Enclosing class:
CiHashMap<K extends CharSequence, V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate CiHashMap.Entry<K, V> private CiHashMap.Entry<K, V> private int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, next
-
Field Details
-
_lastReturned
-
_next
-
_nextBucket
private int _nextBucket -
_expectedModCount
private int _expectedModCount
-
-
Constructor Details
-
EntryIterator
protected EntryIterator()
-
-
Method Details
-
nextEntry
-
checkForConcurrentModification
private void checkForConcurrentModification() -
hasNext
-
remove
-
advanceIterator
private void advanceIterator()
-