Class Int2IntHashMap.EntrySet

All Implemented Interfaces:
Iterable<Map.Entry<Integer,Integer>>, Collection<Map.Entry<Integer,Integer>>, Set<Map.Entry<Integer,Integer>>
Enclosing class:
Int2IntHashMap

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