Mega Code Archive

 
Categories / Java Book / 005 Collection
 

0332 Fill a list

static<T> void fill(List<? super T> list, T obj) Replaces all of the elements of the specified list with the specified element.