Class EnumMap.MapIterator<V,I>
java.lang.Object
com.github.tommyettinger.ds.EnumMap.MapIterator<V,I>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, iterator, spliteratorMethods inherited from interface Iterator
forEachRemaining, hasNext, next
-
Field Details
-
hasNext
public boolean hasNext -
map
-
nextIndex
protected int nextIndex -
currentIndex
protected int currentIndex
-
-
Constructor Details
-
MapIterator
-
-
Method Details
-
reset
public void reset() -
findNextIndex
protected void findNextIndex() -
remove
-