devxlogo

June 26, 2018

Understanding CopyOnWriteArrayList

In CopyOnWriteArrayList, operations such as add, remove, etc., are implemented on a copy of the of the array. It definitely impacts performance but the trade-off is that the data remains