public static <T> List<T> singletonList (T o)

Returns an immutable list containing only the specified object. The returned list is serializable.

Parameters:
<T>    the class of the objects in the list
o    the sole object to be stored in the returned list.

Returns:  an immutable list containing only the specified object.

Since:  1.3