Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
c | the collection whose elements are to be placed into this list |
NullPointerException | if the specified collection is null |
Diagram: Collection List