Class Long2LongHashMap.ValueCollection

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

public final class Long2LongHashMap.ValueCollection extends AbstractCollection<Long>
Collection of values which supports optionally cached iterators to avoid allocation.
  • Field Details

  • Constructor Details

    • ValueCollection

      public ValueCollection()
  • Method Details