T - object typepublic class Sort<T>
extends java.lang.Object
| Constructor and Description |
|---|
Sort() |
| Modifier and Type | Method and Description |
|---|---|
void |
sort(java.util.List<T> list,
java.util.Comparator<? super T> c)
This method performs sorting of the given list according the given comparator.
|