|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
ActiveGridAppController
controls the running of a
grid application.applName
.
ArrayListGrid
class encapsulates two public inner
classes that extend the Grid
class to
model a two-dimensional grid by keeping track of their contents
in ArrayList
objects.ArrayList
-based
implementation of a Grid
class.ArrayListGrid.Bounded
object is a rectangular,
bounded two-dimensional container data structure implemented as
an ArrayList
of the objects it contains.ArrayListGrid.Unounded
object is an unbounded
two-dimensional container data structure implemented as
an ArrayList
of the objects it contains.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |