Class ArraySorter
java.lang.Object
ch.nolix.base.commontype.arraytool.ArraySorter
Of the
ArraySorter an instance cannot be created.- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
sortArray
public static <E, C extends Comparable<C>> void sortArray(E[] array, Function<E, C> comparableMapper)
-