Mega Code Archive

 
Categories / Java Book / 005 Collection
 

0336 Fill n Copy object to a list

static<T> List<T> nCopies(int n, T o) Returns an immutable list consisting of n copies of the specified object.