Index

A B C D E G H I J L M N P Q R S T U V W 
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.
A B C D E G H I J L M N P Q R S T U V W 
All Classes and Interfaces|All Packages