Uses of Class
org.passay.dictionary.ArrayWordList
-
Packages that use ArrayWordList Package Description org.passay.dictionary -
-
Uses of ArrayWordList in org.passay.dictionary
Methods in org.passay.dictionary that return ArrayWordList Modifier and Type Method Description static ArrayWordList
WordLists. createFromReader(Reader[] readers)
Creates a case-sensitiveArrayWordList
by reading the contents of the given readers.static ArrayWordList
WordLists. createFromReader(Reader[] readers, boolean caseSensitive)
Creates anArrayWordList
by reading the contents of the given readers.static ArrayWordList
WordLists. createFromReader(Reader[] readers, boolean caseSensitive, ArraySorter sorter)
Creates anArrayWordList
by reading the contents of the given file with support for sorting file contents.
-