Package info.gridworld.grid

Interface Summary
Grid<E>  
 

Class Summary
AbstractGrid<E> This class contains the methods that are common to all grid implementations.
BoundedGrid<E>  
Location A Location object represents the row and column of a location in a two-dimensional grid.
UnboundedGrid<E> An UnboundedGrid is a rectangular grid with an unbounded number of rows and columns.