static void swap(L l, int i, int j) { swapElements(l, i, j); }