Class ObjectLongHashMap.KeysIterator

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

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