Uses of Interface
edu.kzoo.grid.Grid.ValidityChecker

Packages that use Grid.ValidityChecker
edu.kzoo.grid   
 

Uses of Grid.ValidityChecker in edu.kzoo.grid
 

Classes in edu.kzoo.grid that implement Grid.ValidityChecker
static class Grid.BoundedGridValidityChecker
          A BoundedGridValidityChecker implements a strategy for determining the validity of a location in a bounded grid.
static class Grid.UnboundedGridValidityChecker
          An UnboundedGridValidityChecker implements a strategy for determining the validity of a location in an unbounded grid.
 

Constructors in edu.kzoo.grid with parameters of type Grid.ValidityChecker
ArrayListGrid.ArrayListGridRep(Grid.ValidityChecker checker)
          Constructs an empty ArrayListGridRep representation of a grid.