Index
All Classes and Interfaces|All Packages|Constant Field Values
B
- bitSet - Variable in class Model.gameClasses.BloomFilter
- BloomFilter - Class in Model.gameClasses
- BloomFilter(int, String...) - Constructor for class Model.gameClasses.BloomFilter
-
gets a string and hashes it using the hashFunctions that are passed in the constructor, then turn all these bits on to 1.
- Board - Class in Model.gameClasses
- Board() - Constructor for class Model.gameClasses.Board
-
the board constructor.
- BOARD_UPDATED - Static variable in class General.MethodsNames
- Board.BoardSquare - Class in Model.gameClasses
-
This class represents every square in the board - it has a Tile and a color
- boardClickHandler(MouseEvent) - Method in class View.bookscrabbleapp.InGameController
-
this method is called when the user clicks on the board.
- boardLegal(Word) - Method in class Model.gameClasses.Board
-
Checks if a given word assignment on the board is legal
- BoardSquare() - Constructor for class Model.gameClasses.Board.BoardSquare
- BookScrabbleApplication - Class in View.bookscrabbleapp
- BookScrabbleApplication() - Constructor for class View.bookscrabbleapp.BookScrabbleApplication
- BookScrabbleHandler - Class in Model.gameClasses
- BookScrabbleHandler() - Constructor for class Model.gameClasses.BookScrabbleHandler
- buildBoard() - Method in class Model.gameClasses.Board
-
Assigning all the squares according to the given template.
All Classes and Interfaces|All Packages|Constant Field Values