Class Long2LongHashMap.EntrySet

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

public final class Long2LongHashMap.EntrySet extends AbstractSet<Map.Entry<Long,Long>>
Set of entries which supports optionally cached iterators to avoid allocation.