Class Long2LongHashMap.ValueIterator

  • All Implemented Interfaces:
    java.util.Iterator<java.lang.Long>
    Enclosing class:
    Long2LongHashMap

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

      • ValueIterator

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

      • next

        public java.lang.Long next()
        Specified by:
        next in interface java.util.Iterator<java.lang.Long>
      • nextValue

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