Class LightHashMap.HashIterator
java.lang.Object
com.biglybt.core.util.LightHashMap.HashIterator
- All Implemented Interfaces:
Iterator
- Direct Known Subclasses:
LightHashMap.EntrySet.EntrySetIterator, LightHashMap.KeySet.KeySetIterator, LightHashMap.Values.ValueIterator
- Enclosing class:
LightHashMap<S,T>
-
Field Details
-
nextIdx
protected int nextIdx -
currentIdx
protected int currentIdx -
itData
-
-
Constructor Details
-
HashIterator
public HashIterator()
-
-
Method Details
-
findNext
private void findNext() -
remove
-
hasNext
-
next
-
nextIntern
-