Class Int2ObjectCache.ValueCollection

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

public final class Int2ObjectCache.ValueCollection extends AbstractCollection<V>
Collection of values which supports cached iterator to avoid allocation.