Package org.passay.dictionary.sort
Class ArraysSort
java.lang.Object
org.passay.dictionary.sort.ArraysSort
- All Implemented Interfaces:
ArraySorter
Delegates sorting to
Arrays.sort(Object[], Comparator).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis will sort the supplied string array.voidsort(String[] array, Comparator<CharSequence> comparator) This will sort the supplied string array.
-
Constructor Details
-
ArraysSort
public ArraysSort()
-
-
Method Details
-
sort
Description copied from interface:ArraySorterThis will sort the supplied string array.- Specified by:
sortin interfaceArraySorter- Parameters:
array- To sort
-
sort
Description copied from interface:ArraySorterThis will sort the supplied string array.- Specified by:
sortin interfaceArraySorter- Parameters:
array- To sortcomparator- Comparator to sort with
-