Package java.utilClass Collections
static void reverse(List l)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Reverses the order of the elements in the specified list. This method runs in linear time.