List of utility methods to do List Swap
E tmp = list.get(i); list.set(i, list.get(j)); list.set(j, tmp);