Package com.github.tommyettinger.ds
Class ObjectLongMap.MapIterator<K>
java.lang.Object
com.github.tommyettinger.ds.ObjectLongMap.MapIterator<K>
- Direct Known Subclasses:
ObjectLongMap.EntryIterator,ObjectLongMap.KeyIterator,ObjectLongMap.ValueIterator
- Enclosing class:
- ObjectLongMap<K>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intbooleanprotected final ObjectLongMap<K>protected intboolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hasNext
public boolean hasNext -
map
-
nextIndex
protected int nextIndex -
currentIndex
protected int currentIndex -
valid
public boolean valid
-
-
Constructor Details
-
MapIterator
-
-
Method Details
-
reset
public void reset() -
remove
public void remove()
-