Class ObjectCharHashMap.KeysIterator

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

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