public interface ArraySort<T> extends ArrayAlgorithm, Lang.Func4<T[],Integer,Integer,Comparator<T>,T[]>
Created with IntelliJ IDEA. User: luog Date: 12/11/13 Time: 11:08 PM To change this template use File | Settings | File Templates.
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 © 2014–2018 OSGL (Open Source General Library). All rights reserved.