reverseString


Description:

public static ArrayList<string> reverseString (ArrayList<string> list)

Returns a reversed copy of the string list.

Parameters:

list

the source list.

Returns:

a new reversed list.