Interface IntIterator

    • Method Summary

      Modifier and Type Method Description
      IntIterator clone()
      Creates a copy of the iterator.
      boolean hasNext()  
      int next()  
    • 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