Package info.gridworld.grid

Interface Summary
Grid<E> Grid provides an interface for a two-dimensional, grid-like environment containing arbitrary objects.
 

Class Summary
AbstractGrid<E> AbstractGrid contains the methods that are common to grid implementations.
BoundedGrid<E> A BoundedGrid is a rectangular grid with a finite number of rows and columns.
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.