Class Int2IntHashMap.ValueCollection

java.lang.Object
java.util.AbstractCollection<Integer>
org.agrona.collections.Int2IntHashMap.ValueCollection
All Implemented Interfaces:
Iterable<Integer>, Collection<Integer>
Enclosing class:
Int2IntHashMap

public final class Int2IntHashMap.ValueCollection extends AbstractCollection<Integer>
Collection of values which supports optionally cached iterators to avoid allocation.
  • Constructor Details

    • ValueCollection

      public ValueCollection()
      Create a new instance.
  • Method Details