Index
All Classes and Interfaces|All Packages|Serialized Form
A
- add(String) - Method in class model.logic.server.dictionary.BloomFilter
-
The add function takes a string and hashes it using the message digesters.
- add(String) - Method in class model.logic.server.dictionary.CacheManager
-
The add function adds a word to the cache.
- add(String) - Method in interface model.logic.server.dictionary.CacheReplacementPolicy
- add(String) - Method in class model.logic.server.dictionary.LFU
-
The add function adds a word to the map.
- add(String) - Method in class model.logic.server.dictionary.LRU
-
The add function adds a word to the list of words.
- addPlayer(int, Player) - Method in class model.logic.host.data.GameData
-
The addPlayer function adds a player to the game.
- addPlayer(String) - Method in interface model.logic.host.GameHandler
- addPlayer(String) - Method in class model.logic.host.GameManager
-
The addPlayer function adds a player to the gameData object.
- addTile(Tile) - Method in class model.logic.host.data.Player
-
The addTile function adds a tile to the tiles' arraylist.
- allTilesAreNulls() - Method in class model.logic.host.data.Word
-
The allTilesAreNulls function checks to see if all the tiles in a word are null.
All Classes and Interfaces|All Packages|Serialized Form