Package java.util
Class Collections

Public Method reverse

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.