Uses of Interface
org.passay.dictionary.WordList
Packages that use WordList
-
Uses of WordList in org.passay.dictionary
Classes in org.passay.dictionary that implement WordListModifier and TypeClassDescriptionclassCommon implementation for file based word lists.classProvides common operations implementations for word lists.classProvides aWordListbacked by a string array.classProvides an implementation of aWordListthat is backed by a file.classProvides an implementation of aWordListthat is backed by a file and leverages aMappedByteBuffer.Fields in org.passay.dictionary declared as WordListModifier and TypeFieldDescriptionprotected final WordListWordListDictionary.wordListlist used for searching.Methods in org.passay.dictionary that return WordListModifier and TypeMethodDescriptionWordListDictionary.getWordList()Returns the word list used for searching.Methods in org.passay.dictionary with parameters of type WordListModifier and TypeMethodDescriptionstatic intWordLists.binarySearch(WordList wordList, CharSequence word) Performs a binary search of the given word list for the given word.Constructors in org.passay.dictionary with parameters of type WordListModifierConstructorDescriptionTernaryTreeDictionary(WordList wordList) Creates a new balanced tree dictionary from the suppliedWordList.TernaryTreeDictionary(WordList wordList, boolean useMedian) Creates a new dictionary instance from the givenWordList.Creates a new dictionary instance from the suppliedWordList.