Package gw.util
Class CiHashMap.KeyIterator
java.lang.Object
CiHashMap<K,V>.EntryIterator<K>
gw.util.CiHashMap.KeyIterator
- All Implemented Interfaces:
Iterator<K>
- Enclosing class:
- CiHashMap<K extends CharSequence,
V>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gw.util.CiHashMap.EntryIterator
hasNext, nextEntry, remove
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
-
Constructor Details
-
KeyIterator
private KeyIterator()
-
-
Method Details
-
next
-