Interface DoubleIterator

  • All Known Subinterfaces:
    MutableDoubleIterator

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

      • next

        double next()
      • hasNext

        boolean hasNext()