Using ArrayList<int>

I currently use

for(int i = 0; i < array.size(); i++) {
   array.remove(i)
}