Mega Code Archive
Categories
/
Java Book
/
005 Collection
0336 Fill n Copy object to a list
static
List
nCopies(int n, T o) Returns an immutable list consisting of n copies of the specified object.