Interface IntIterator

    • Method Detail

      • clone

        IntIterator clone()
        Creates a copy of the iterator.
        Returns:
        a clone of the current iterator
      • hasNext

        boolean hasNext()
        Returns:
        whether there is another value
      • next

        int next()
        Returns:
        next integer value