Package com.github.tommyettinger.ds
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 com.github.tommyettinger.ds.ObjectIntMap.MapIterator
currentIndex, hasNext, map, nextIndex, valid -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.tommyettinger.ds.ObjectIntMap.MapIterator
remove, resetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining, remove