A B C D E F G H I L M N O R S T V W

C

cellsForWord(BoggleBoard, String) - Method in class assignment2.BadWordOnBoardFinder
 
cellsForWord(BoggleBoard, String) - Method in interface assignment2.IWordOnBoardFinder
Return a list of cells on the given board such that the i-th element of the list correponds to the i-th character of the string as found on the board.
clear() - Method in class assignment2.AbstractPlayer
 
clear() - Method in class assignment2.ExpandableList
 
clear() - Method in interface assignment2.IPlayer
Clear state of a player, e.g., as in a new game.
col - Variable in class assignment2.BoardCell
 
compareTo(BoardCell) - Method in class assignment2.BoardCell
Returns value indicating whether cell is less than, equal to, or greater than this cell as determined first by row value, then by column value for cells whose rows are equal
computerPlay() - Method in class assignment2.BoggleGUI
Let the computer player take its turn.
Cube - Class in assignment2
 
Cube(String[]) - Constructor for class assignment2.Cube
Construct cube from an array of strings where each entry of the array represents a face of the cube.
Cube(String) - Constructor for class assignment2.Cube
Construct cube from string, each face of the cube is one character of the string, but "Q" is replaced by "Qu" in making a cube

A B C D E F G H I L M N O R S T V W