C E G H I M N R S

G

getAlgNames() - Static method in class IterationController
Gets the list of registered algorithm names.
getIterator(String, BoundedGrid) - Static method in class IterationController
Constructs the iterator with the specified name.
grid() - Method in class GridIterator
Returns grid through which this iterator iterates.
GridIterator - class GridIterator.
Grid Iterator Lab:
A GridIterator object provides an iterator that that steps through the locations of a BoundedGrid object in a particular order.
GridIterator(BoundedGrid) - Constructor for class GridIterator
Constructs an iterator object that steps through a grid starting at location (0, 0).
GridIterator(BoundedGrid, Location) - Constructor for class GridIterator
Constructs an iterator object that steps through a grid, starting at a given location.

C E G H I M N R S