Hi, If you are referring to adding and removing the data elements in the arraylist; then you can use the existing add(), addAll(), remove(), removeAll() methods in ArrayList. If you don't mean...