Class Long2ObjectCache.ValueCollection

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

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