Interface IntIterator

    • Method Detail

      • hasNext

        boolean hasNext()
        Returns:
        true iff this iterator has a next element
      • next

        int next()
        Returns:
        next integer in the iteration