List of utility methods to do Array List Element Swap
Object temp = list.set(first, list.get(second)); list.set(second, temp);