Package gw.util
Class CiHashMap.ValuesIterator
java.lang.Object
CiHashMap<K,V>.EntryIterator<V>
gw.util.CiHashMap.ValuesIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
- CiHashMap<K extends CharSequence,
V>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gw.util.CiHashMap.EntryIterator
hasNext, nextEntry, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ValuesIterator
private ValuesIterator()
-
-
Method Details
-
next
-