Class Object2LongHashMap.KeySet

java.lang.Object
java.util.AbstractCollection<K>
java.util.AbstractSet<K>
org.agrona.collections.Object2LongHashMap.KeySet
All Implemented Interfaces:
Iterable<K>, Collection<K>, Set<K>
Enclosing class:
Object2LongHashMap<K>

public final class Object2LongHashMap.KeySet extends AbstractSet<K>
Set of keys that can optionally cache iterators to avoid allocation.