|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Grid.InternalRepresentation | |
| edu.kzoo.grid | |
| Uses of Grid.InternalRepresentation in edu.kzoo.grid |
| Classes in edu.kzoo.grid that implement Grid.InternalRepresentation | |
static class |
ArrayListGrid.ArrayListGridRep
Internal representation for an ArrayList-based
implementation of a Grid class. |
protected static class |
BoundedGrid.Array2DGridRep
The Array2DGridRep class represents an internal bounded
grid using a two-dimensional array. |
| Fields in edu.kzoo.grid declared as Grid.InternalRepresentation | |
protected Grid.InternalRepresentation |
Grid.internalRep
Instance variable containing the internal representation of the grid, which could be implemented in a number of ways. |
| Constructors in edu.kzoo.grid with parameters of type Grid.InternalRepresentation | |
Grid(Grid.InternalRepresentation rep)
Constructs a Grid object with the specified internal
representation. |
|
Grid(Grid.InternalRepresentation rep,
boolean includeDiagonalNeighbors)
Constructs a Grid object with the specified internal
representation. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||