Uses of Class
edu.vt.middleware.dictionary.ArrayWordList

Packages that use ArrayWordList
edu.vt.middleware.dictionary   
 

Uses of ArrayWordList in edu.vt.middleware.dictionary
 

Methods in edu.vt.middleware.dictionary that return ArrayWordList
static ArrayWordList WordLists.createFromReader(java.io.Reader[] readers)
          Creates a case-sensitive ArrayWordList by reading the contents of the given readers.
static ArrayWordList WordLists.createFromReader(java.io.Reader[] readers, boolean caseSensitive)
          Creates an ArrayWordList by reading the contents of the given readers.
static ArrayWordList WordLists.createFromReader(java.io.Reader[] readers, boolean caseSensitive, ArraySorter sorter)
          Creates an ArrayWordList by reading the contents of the given file with support for sorting file contents.
 



Copyright © 2003-2010 Virginia Tech. All Rights Reserved.