Uses of Interface
org.passay.dictionary.sort.ArraySorter
Packages that use ArraySorter
-
Uses of ArraySorter in org.passay.dictionary
Methods in org.passay.dictionary with parameters of type ArraySorterModifier and TypeMethodDescriptionstatic ArrayWordListWordLists.createFromReader(Reader[] readers, boolean caseSensitive, ArraySorter sorter) Creates anArrayWordListby reading the contents of the given file with support for sorting file contents.Constructors in org.passay.dictionary with parameters of type ArraySorterModifierConstructorDescriptionArrayWordList(String[] array, boolean caseSensitive, ArraySorter sorter) Creates a new word list backed by the given array with optional sorting of the input string array. -
Uses of ArraySorter in org.passay.dictionary.sort
Classes in org.passay.dictionary.sort that implement ArraySorterModifier and TypeClassDescriptionclassDelegates sorting toArrays.sort(Object[], Comparator).classProvides an implementation of the bubble sort algorithm.classProvides an implementation of the insertion sort algorithm.classProvides an implementation of the quick sort algorithm.classProvides an implementation of the selection sort algorithm.