Package com.github.tommyettinger.ds
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next
-
Field Details
-
hasNext
public boolean hasNext -
map
-
nextIndex
protected int nextIndex -
currentIndex
protected int currentIndex -
valid
public boolean valid
-
-
Constructor Details
-
MapIterator
-
-
Method Details