public interface ArraySorter
Modifier and Type | Method and Description |
---|---|
default void |
sort(String[] array)
This will sort the supplied string array.
|
void |
sort(String[] array,
Comparator<String> c)
This will sort the supplied string array.
|
default void sort(String[] array)
array
- To sortvoid sort(String[] array, Comparator<String> c)
array
- To sortc
- Comparator to sort withCopyright © 2003-2024 Virginia Tech. All Rights Reserved.