Class Int2ObjectCache.KeySet

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

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