Uses of Interface
ILexicon

Uses of ILexicon in <Unnamed>
 

Classes in <Unnamed> that implement ILexicon
 class SimpleLexicon
          Simple Lexicon implementation simply storing words in a set.
 

Methods in <Unnamed> with parameters of type ILexicon
static void LexiconTester.test(ILexicon lex)
           
 

Constructors in <Unnamed> with parameters of type ILexicon
BoggleModel(BoggleBoard b, ILexicon lex)
          Construct the model from a board and a lexicon.