Uses of Class
org.passay.dictionary.AbstractFileWordList
-
Packages that use AbstractFileWordList Package Description org.passay.dictionary -
-
Uses of AbstractFileWordList in org.passay.dictionary
Subclasses of AbstractFileWordList in org.passay.dictionary Modifier and Type Class Description 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
.
-