CSU CS165

G M Q R S T 

G

getCount() - Method in class QueryResults
Get number of recursive calls.
getDictionary() - Method in class QueryResults
Getter method for the dictionary object.
getList() - Method in class QueryResults
Getter method for the list object.
getWord() - Method in class QueryResults
Getter method for the current string being queried.

M

main(String[]) - Static method in class QueryResults
 

Q

QueryResults - Class in <Unnamed>
 
QueryResults(String) - Constructor for class QueryResults
Constructor for the QueryResults class.

R

readDictionary(String) - Method in class QueryResults
Create a new List and then read each token from the file called filename and add it into the List.

S

searchDictionary(String) - Method in class QueryResults
Recursively search substrings of the parameter word and store uniquely in the List list.
searchDictionaryHelper(List<String>, String) - Method in class QueryResults
Helper method for searchDictionary.

T

toString() - Method in class QueryResults
toString for you QueryResults class.
G M Q R S T 
Skip navigation links

CSU CS165