Class FloatRange

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

    class FloatRange
    extends Range<java.lang.Float>
    • Method Detail

      • nextValue

        public java.lang.Float 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.Float>