Interface IntIterator

    • Method Detail

      • hasNext

        boolean hasNext()
        Is there more?
        Returns:
        true, if there is more, false otherwise
      • next

        int next()
        Return the next integer
        Returns:
        the integer