Class Object2IntHashMap.ValueCollection

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

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