Class 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.