Class ObjectByteHashMap.KeysIterator

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

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