Collections.reverse
public static void reverse(List<?> list)Reverses the order of the elements in the specified list.
This method runs in linear time.