Interface GridIntIterator


public interface GridIntIterator
Iterator over integer primitives.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
  • Method Details

    • hasNext

      boolean hasNext()
      Returns:
      true if the iteration has more elements.
    • next

      int next()
      Returns:
      Next int.