public interface ArraySort<T> extends ArrayAlgorithm, Osgl.Func4<T[],Integer,Integer,Comparator<T>,T[]>
ArrayAlgorithm.Util
Modifier and Type | Method and Description |
---|---|
T[] |
sort(T[] ts,
int from,
int to,
Comparator<T> comp) |
apply
T[] sort(T[] ts, int from, int to, Comparator<T> comp)
Copyright © 2017. All Rights Reserved.