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 int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hasNext
public boolean hasNext -
map
-
nextIndex
protected int nextIndex -
currentIndex
protected int currentIndex
-
-
Constructor Details
-
MapIterator
-
-
Method Details
-
reset
public void reset() -
remove
public void remove()
-