Class ObjectLongMap.KeyIterator<K>
java.lang.Object
com.github.tommyettinger.ds.ObjectLongMap.MapIterator<K>
com.github.tommyettinger.ds.ObjectLongMap.KeyIterator<K>
- Enclosing class:
ObjectLongMap<K>
public static class ObjectLongMap.KeyIterator<K>
extends ObjectLongMap.MapIterator<K>
implements Iterable<K>, Iterator<K>
-
Field Summary
Fields inherited from class ObjectLongMap.MapIterator
currentIndex, hasNext, map, nextIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ObjectLongMap.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