Class ObjectIntMap.KeyIterator<K>

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

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