Class Object2LongHashMap.EntrySet

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

public final class Object2LongHashMap.EntrySet extends AbstractSet<Map.Entry<K,Long>>
Set of entries which can optionally cache iterators to avoid allocation.