static void syncAddToSortedList(O comparator, L l, A a) { syncAdd(l, findListInsertionPoint(comparator, l, a), a); }