Package com.biglybt.core.util
Class LightHashMap.Values.ValueIterator
- java.lang.Object
-
- com.biglybt.core.util.LightHashMap.HashIterator
-
- com.biglybt.core.util.LightHashMap.Values.ValueIterator
-
- All Implemented Interfaces:
java.util.Iterator
- Enclosing class:
- LightHashMap.Values
private class LightHashMap.Values.ValueIterator extends LightHashMap.HashIterator
-
-
Field Summary
-
Fields inherited from class com.biglybt.core.util.LightHashMap.HashIterator
currentIdx, itData, nextIdx
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ValueIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Object
nextIntern()
-
Methods inherited from class com.biglybt.core.util.LightHashMap.HashIterator
hasNext, next, remove
-
-
-
-
Method Detail
-
nextIntern
java.lang.Object nextIntern()
- Specified by:
nextIntern
in classLightHashMap.HashIterator
-
-