// How the sort method is defined in Collections.sort // Quite a bit more complex that using it, eh? public static <T extends Comparable<? super T>> void sort( List<T> list )