Mega Code Archive
Categories
/
Java Book
/
005 Collection
0338 Replace value in a list
static
boolean replaceAll(List
list, T oldVal, T newVal) Replaces all occurrences of one specified value in a list with another.