Class ObjectShortHashMap.KeysIterator

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

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