static>void sort(List list)
Sorts the specified list into ascending order, according to the natural ordering of its elements.
static void sort(List list, Comparator super T> c)
Sorts the specified list according to the order induced by the specified comparator.