Class Int2IntHashMap.KeySet

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

public final class Int2IntHashMap.KeySet extends AbstractSet<Integer>
Set of keys which supports optional cached iterators to avoid allocation.