|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IWordOnBoardFinder
| Method Summary | |
|---|---|
java.util.List<BoardCell> |
cellsForWord(BoggleBoard board,
java.lang.String word)
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. |
| Method Detail |
|---|
java.util.List<BoardCell> cellsForWord(BoggleBoard board,
java.lang.String word)
board - is searched for the given wordword - is being searched for on the board
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||