I have an ArrayList and I need to make sure a specific item is at the 0 position and if it is not, I need to move it there. The item has an isStartIte
isStartIte
You can use the set function of Arraylist.
set(position,object)