Class LightHashMap.KeySet.KeySetIterator
java.lang.Object
LightHashMap<S,T>.com.biglybt.core.util.LightHashMap.HashIterator
com.biglybt.core.util.LightHashMap.KeySet.KeySetIterator
- All Implemented Interfaces:
Iterator
- Enclosing class:
LightHashMap.KeySet
-
Field Summary
Fields inherited from class LightHashMap.HashIterator
currentIdx, itData, nextIdx -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class LightHashMap.HashIterator
hasNext, next, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
KeySetIterator
private KeySetIterator()
-
-
Method Details
-
nextIntern
Object nextIntern()- Specified by:
nextInternin classLightHashMap<S,T>.HashIterator
-