Class ObjectIntHashMap.KeysIterator

java.lang.Object
com.carrotsearch.hppc.AbstractIterator<ObjectCursor<KType>>
com.carrotsearch.hppc.ObjectIntHashMap.KeysIterator
All Implemented Interfaces:
Iterator<ObjectCursor<KType>>
Enclosing class:
ObjectIntHashMap<KType>

private final class ObjectIntHashMap.KeysIterator extends AbstractIterator<ObjectCursor<KType>>
An iterator over the set of assigned keys.