A B C D E F G H I L M N O R S T V W

L

LexStatus - Enum in assignment2
Enum values for querying a lexicon and determining if a string is a word, is a prefix of a word, or is not a word (and not a prefix of a word).
load(Scanner) - Method in interface assignment2.ILexicon
Clear a lexicon and store all values read from the scanner for subsequent querying.
load(ArrayList<String>) - Method in interface assignment2.ILexicon
Clear a lexicon and store all values read from the list for subsequent querying.
load(Scanner) - Method in class assignment2.SimpleLexicon
 
load(ArrayList<String>) - Method in class assignment2.SimpleLexicon
 

A B C D E F G H I L M N O R S T V W