static void swapElements(L l, int i, int j) { if (i == j) ret; O o = l.get(i); l.set(i, l.get(j)); l.set(j, o); }