Interface DoubleIterator


  • public interface DoubleIterator
    Iterator interface for primitive double iteration. *
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Method Detail

      • hasNext

        boolean hasNext()
      • next

        double next()
      • remove

        void remove()