A D G L M T

A

addEntry(String, Definition) - Method in class Dictionary
Add an entry to this Dictionary.

D

Definition - class Definition.
Model the definition of a word in a dictionary.
Definition(String) - Constructor for class Definition
Construct a simple Definition.
Dictionary - class Dictionary.
Model a dictionary with a TreeMap of (word, Definition) pairs.
Dictionary() - Constructor for class Dictionary
Construct an empty Dictionary.

G

getEntry(String) - Method in class Dictionary
Look up an entry in this Dictionary.
getSize() - Method in class Dictionary
Get the size of this Dictionary.

L

Lookup - class Lookup.
On line word lookup.
Lookup() - Constructor for class Lookup
 

M

main(String[]) - Static method in class Lookup
Run the Dictionary lookup.

T

toString() - Method in class Definition
Construct a String representation of this Definition.
toString() - Method in class Dictionary
Construct a String representation of this Dictionary.

A D G L M T