Class ObjectLongMap.KeyIterator<K>

java.lang.Object
com.github.tommyettinger.ds.ObjectLongMap.MapIterator<K>
com.github.tommyettinger.ds.ObjectLongMap.KeyIterator<K>
All Implemented Interfaces:
Iterable<K>, Iterator<K>
Enclosing class:
ObjectLongMap<K>

public static class ObjectLongMap.KeyIterator<K> extends ObjectLongMap.MapIterator<K> implements Iterable<K>, Iterator<K>