Uses of Interface
net.walend.grid.MutableGrid

Packages that use MutableGrid
net.walend.grid Grids are Collections built on multidimensional arrays. 
 

Uses of MutableGrid in net.walend.grid
 

Subinterfaces of MutableGrid in net.walend.grid
 interface MutableGrid2D
          Grid2D is a simple two-dimensional Grid, indexed by (i,j).
 

Classes in net.walend.grid that implement MutableGrid
 class MutableArrayGrid2D
          MutableGrid2D is a simple two-dimensional Grid that you can put and take.
 class MutableMapGrid2D
          MutableGrid2D is a simple two-dimensional Grid that you can put and take.
 



Copyright (c) 2001, 2002, David Walend