Class LightHashMap.EntrySet.EntrySetIterator
java.lang.Object
LightHashMap<S,T>.com.biglybt.core.util.LightHashMap.HashIterator
com.biglybt.core.util.LightHashMap.EntrySet.EntrySetIterator
- All Implemented Interfaces:
Iterator
- Enclosing class:
LightHashMap.EntrySet
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate final class -
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
-
EntrySetIterator
private EntrySetIterator()
-
-
Method Details
-
nextIntern
- Specified by:
nextInternin classLightHashMap<S,T>.HashIterator
-