Package com.biglybt.core.util
Class LightHashMap.EntrySet.EntrySetIterator
java.lang.Object
LightHashMap<S,T>.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 com.biglybt.core.util.LightHashMap.HashIterator
currentIdx, itData, nextIdx
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.biglybt.core.util.LightHashMap.HashIterator
hasNext, next, 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
-
EntrySetIterator
private EntrySetIterator()
-
-
Method Details
-
nextIntern
- Specified by:
nextIntern
in classLightHashMap<S,
T>.HashIterator
-