I have an arraylist: {1, 4, 5, 6, 2, 9, 10}
How do I move the items before the given index (random)at the end of the list?
Example: Index 2, list should be: {5