Class ObjectIntMap.KeyIterator<K>
java.lang.Object
com.github.tommyettinger.ds.ObjectIntMap.MapIterator<K>
com.github.tommyettinger.ds.ObjectIntMap.KeyIterator<K>
- Enclosing class:
ObjectIntMap<K>
public static class ObjectIntMap.KeyIterator<K>
extends ObjectIntMap.MapIterator<K>
implements Iterable<K>, Iterator<K>
-
Field Summary
Fields inherited from class ObjectIntMap.MapIterator
currentIndex, hasNext, map, nextIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ObjectIntMap.MapIterator
remove, resetMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Iterator
forEachRemaining, remove