Uses of Class
GridIterator

Uses of GridIterator in
 

Subclasses of GridIterator in Default Package
 class ColMajorGridIterator
          Grid Iterator Lab:
A ColMajorGridIterator object provides an iterator that steps through the locations of a BoundedGrid object in column-major order.
 class RowMajorGridIterator
          Grid Iterator Lab:
A RowMajorGridIterator object provides an iterator that steps through the locations of a BoundedGrid object in row-major order.
 

Methods in Default Package that return GridIterator
static GridIterator IterationController.getIterator(java.lang.String name, edu.kzoo.grid.BoundedGrid grid)
          Constructs the iterator with the specified name.