Returns a string representation of this list. The string
representation consists of the string representations of the list's
elements in the order they are returned by its iterator, enclosed in
square brackets ( "[]"
). Adjacent elements are separated by
the characters ", "
(comma and space). Elements are
converted to strings as by String.valueOf(Object)
.
Diagram: Collection List