Class Long2ObjectCache.KeySet

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

public final class Long2ObjectCache.KeySet extends AbstractSet<Long>
A key set implementation which supports cached iterator to avoid allocation.