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