replace element using that element arraylist without index code example
Example: java replace element in list
list.set(4, "element at index 4 is replaced by this string");
list.set(4, "element at index 4 is replaced by this string");