Uses of Class
api.Cell
- 
Packages that use Cell Package Description api hw3 
- 
- 
Uses of Cell in apiMethods in api that return Cell Modifier and Type Method Description static Cell[]StringUtil. createCellsFromString(java.lang.String text)Creates a cell array from a string description, using the character representations defined in this class.static Cell[][]StringUtil. createFromStringArray(java.lang.String[] strings)Initializes a cell grid from an array of strings.Methods in api with parameters of type Cell Modifier and Type Method Description static voidStringUtil. printCellArray(Cell[] cells)Prints an array of Cells using the character representations defined in this class.static java.lang.StringStringUtil. toString(Cell[] arr)Converts a cell array to a string representation, using the character representations defined in this class.static java.lang.String[]StringUtil. toStringArray(Cell[][] grid)Converts a grid to a string array representation using the characters defined in this class.Constructors in api with parameters of type Cell Constructor Description Cell(Cell existingCell)Constructs a copy of the given Cell.
- 
Uses of Cell in hw3Methods in hw3 that return Cell Modifier and Type Method Description CellPearls. getCell(int row, int col)Returns the cell at the given row and column.
 
-