Package | Description |
---|---|
org.passay.dictionary | |
org.passay.dictionary.sort |
Modifier and Type | Method and Description |
---|---|
static ArrayWordList |
WordLists.createFromReader(Reader[] readers,
boolean caseSensitive,
ArraySorter sorter)
Creates an
ArrayWordList by reading the contents of the given file with support for sorting file contents. |
Constructor and Description |
---|
ArrayWordList(String[] array,
boolean caseSensitive,
ArraySorter sorter)
Creates a new word list backed by the given array with optional sorting of the input string array.
|
Modifier and Type | Class and Description |
---|---|
class |
ArraysSort
Delegates sorting to
Arrays.sort(Object[], Comparator) . |
class |
BubbleSort
Provides an implementation of the bubble sort algorithm.
|
class |
InsertionSort
Provides an implementation of the insertion sort algorithm.
|
class |
QuickSort
Provides an implementation of the quick sort algorithm.
|
class |
SelectionSort
Provides an implementation of the selection sort algorithm.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.