Package gw.util
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 int
private CiHashMap.Entry<K,
V> private CiHashMap.Entry<K,
V> private int
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, next
-
Field Details
-
_lastReturned
-
_next
-
_nextBucket
private int _nextBucket -
_expectedModCount
private int _expectedModCount
-
-
Constructor Details
-
EntryIterator
protected EntryIterator()
-
-
Method Details