Class Object2LongHashMap.ValueCollection

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

public final class Object2LongHashMap.ValueCollection extends AbstractCollection<Long>
Collection of values which can optionally cache iterators to avoid allocation.