Uses of Class
org.passay.dictionary.AbstractWordList
-
Packages that use AbstractWordList Package Description org.passay.dictionary -
-
Uses of AbstractWordList in org.passay.dictionary
Subclasses of AbstractWordList in org.passay.dictionary Modifier and Type Class Description class
AbstractFileWordList
Common implementation for file based word lists.class
ArrayWordList
Provides aWordList
backed by a string array.class
FileWordList
Provides an implementation of aWordList
that is backed by a file.class
MemoryMappedFileWordList
Provides an implementation of aWordList
that is backed by a file and leverages aMappedByteBuffer
.
-