Index
All Classes and Interfaces|All Packages
Q
- query(String) - Method in class test.CacheManager
-
The query function takes in a string and returns true if the word is in the dictionary, false otherwise.
- query(String) - Method in class test.Dictionary
-
The query function takes in a word and returns whether the word is contained within the Bloom Filter.
- query(String...) - Method in class test.DictionaryManager
-
The query function takes in a variable number of arguments, and returns true if the last argument is found in any of the dictionaries.
All Classes and Interfaces|All Packages