Class ObjectObjectMap.MapIterator<K,V,I>
java.lang.Object
com.github.tommyettinger.ds.ObjectObjectMap.MapIterator<K,V,I>
- Enclosing class:
ObjectObjectMap<K,V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intbooleanprotected final ObjectObjectMap<K, V> protected int -
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
-