Package com.biglybt.core.util
Class LightHashMap.Values.ValueIterator
java.lang.Object
LightHashMap<S,T>.HashIterator
com.biglybt.core.util.LightHashMap.Values.ValueIterator
- All Implemented Interfaces:
Iterator
- Enclosing class:
- LightHashMap.Values
-
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
-
ValueIterator
private ValueIterator()
-
-
Method Details
-
nextIntern
Object nextIntern()- Specified by:
nextIntern
in classLightHashMap<S,
T>.HashIterator
-