- c - Variable in class Coord
-
has two fileds of integer r, c to create a coordinate on the map
- col - Variable in class P6Tests.ShapePlace
-
- compareTo(AmoebaPlaced) - Method in class AmoebaPlaced
-
compareTo will help us to sort a list of AmoebaPlaced objects.
- Coord - Class in <Unnamed>
-
The Coord class will create an object with the coordinates and will implement the
methods step, copy, equals, adjacent and to String
- Coord(int, int) - Constructor for class Coord
-
constructor Coord that constract the object Coord.
- copy() - Method in class Coord
-
The copy method just creates a new copy of Coord object with same values.