Uses of Class
org.passay.dictionary.ArrayWordList
Packages that use ArrayWordList
-
Uses of ArrayWordList in org.passay.dictionary
Methods in org.passay.dictionary that return ArrayWordListModifier and TypeMethodDescriptionstatic ArrayWordListWordLists.createFromReader(Reader[] readers) Creates a case-sensitiveArrayWordListby reading the contents of the given readers.static ArrayWordListWordLists.createFromReader(Reader[] readers, boolean caseSensitive) Creates anArrayWordListby reading the contents of the given readers.static ArrayWordListWordLists.createFromReader(Reader[] readers, boolean caseSensitive, ArraySorter sorter) Creates anArrayWordListby reading the contents of the given file with support for sorting file contents.