public class InsertSorter<T extends IComparable> extends AbstractSorter<T>
| Constructor and Description |
|---|
InsertSorter() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
sort(List<T> toSort,
SortType how)
Sorts the given List of IFIComparables after given method and order.
|
array2list, array2vector, list2array, sort, vector2arrayCopyright © 2010-2014 anotheria.net. All Rights Reserved.