Class LongRange

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

    class LongRange
    extends Range<java.lang.Long>
    • Method Detail

      • nextValue

        public java.lang.Long nextValue()
        Description copied from class: Range
        The next value in the range. Calling Range.next() will return this value and advance the iterator to it.
        Specified by:
        nextValue in class Range<java.lang.Long>