Class Long2ObjectHashMap.EntrySet

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

public final class Long2ObjectHashMap.EntrySet extends AbstractSet<Map.Entry<Long,V>>
Set of entries which supports access via an optionally cached iterator to avoid allocation.