Interface IntIterator


public interface IntIterator
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
  • Method Details

    • next

      int next()
    • hasNext

      boolean hasNext()