Interface IntIterator

  • All Known Subinterfaces:
    MutableIntIterator

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

      • next

        int next()
      • hasNext

        boolean hasNext()