Class Int2ObjectCache.EntrySet

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

public final class Int2ObjectCache.EntrySet extends AbstractSet<Map.Entry<Integer,V>>
Set of entries which supports cached iterator to avoid allocation.