Class Long2LongHashMap.ValueIterator

java.lang.Object
org.agrona.collections.Long2LongHashMap.AbstractIterator
org.agrona.collections.Long2LongHashMap.ValueIterator
All Implemented Interfaces:
Iterator<Long>
Enclosing class:
Long2LongHashMap

public final class Long2LongHashMap.ValueIterator extends Long2LongHashMap.AbstractIterator implements Iterator<Long>
Iterator over values which supports access to unboxed values.
  • Constructor Details

    • ValueIterator

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

    • next

      public Long next()
      Specified by:
      next in interface Iterator<Long>
    • nextValue

      public long nextValue()
      Return next value.
      Returns:
      next value.