Index
All Classes and Interfaces|All Packages
A
- add(String) - Method in class test.BloomFilter
-
The add function takes a string and hashes it using the hash functions in this.algo, then sets the corresponding bits in this.b to true.
- add(String) - Method in class test.CacheManager
-
The add function adds a word to the cache.
- add(String) - Method in interface test.CacheReplacementPolicy
- add(String) - Method in class test.LFU
-
The add function adds a word to the map.
- add(String) - Method in class test.LRU
-
The add function adds a word to the list of words.
- addObserver(ScrabbleViewModel) - Method in class Model.GuestModel
-
The addObserver function adds a new observer to the list of observers.
- addObserver(ScrabbleViewModel) - Method in class Model.HostModel
-
The addObserver function adds a new observer to the list of observers.
- addObserver(ScrabbleViewModel) - Method in interface Model.ScrabbleModelFacade
All Classes and Interfaces|All Packages