Package sim.field.grid

Interface Summary
Grid2D Define basic neighborhood functions for 2D Grids.
Grid3D Define basic neighborhood functions for 3D Grids.
 

Class Summary
AbstractGrid2D A concrete implementation of the Grid2D methods; used by several subclasses.
AbstractGrid3D A concrete implementation of the Grid3D methods; used by several subclasses.
DenseGrid2D A wrapper for 2D arrays of Objects.
DenseGrid3D A wrapper for 3D arrays of Objects.
DoubleGrid2D A wrapper for 2D arrays of doubles.
DoubleGrid3D A wrapper for 3D arrays of doubles.
IntGrid2D A wrapper for 2D arrays of ints.
IntGrid3D A wrapper for 3D arrays of ints.
ObjectGrid2D A wrapper for 2D arrays of Objects.
ObjectGrid3D A wrapper for 3D arrays of Objects.
SparseGrid2D A storage facility for sparse objects in discrete 2D space, using Maps.
SparseGrid3D A storage facility for sparse objects in discrete 3D space, using Maps.