Package com.github.tommyettinger.ds
Class EnumFloatMap.MapIterator
java.lang.Object
com.github.tommyettinger.ds.EnumFloatMap.MapIterator
- Direct Known Subclasses:
EnumFloatMap.EntryIterator,EnumFloatMap.KeyIterator,EnumFloatMap.ValueIterator
- Enclosing class:
- EnumFloatMap
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intbooleanprotected final EnumFloatMapprotected 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() -
findNextIndex
protected void findNextIndex() -
remove
public void remove()
-