Interface FloatIterator

  • All Known Subinterfaces:
    MutableFloatIterator

    public interface FloatIterator
    FloatIterator is an iterator over a FloatIterable. This file was automatically generated from template file primitiveIterator.stg.
    Since:
    3.0.
    • Method Detail

      • next

        float next()
      • hasNext

        boolean hasNext()