I wanted to know if there is any way to remove the elements of an ArrayList from a certain index to the first element. That is, given an ArrayList of characters, I want to delete all the elements from the index 4 for example up to the index 0. Is there any practical way to do this?