Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
E
F
G
H
I
L
M
N
R
S
T
V
W
C
cellsForWord(BoggleBoard, String)
- Method in class
BadWordFinder
cellsForWord(String)
- Method in class
BoggleModel
Return a list of BoardCell objects corresponding to a word on the model's board.
cellsForWord(BoggleBoard, String)
- Method in interface
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
ExpandableList
col
- Variable in class
BoardCell
compareTo(BoardCell)
- Method in class
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
BoggleGUI
Let the computer player take its turn.
Cube
- Class in
<Unnamed>
Cube(String[])
- Constructor for class
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
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
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
E
F
G
H
I
L
M
N
R
S
T
V
W