static L unwrapSynchronizedListOrNull(L l) { L l2 = unwrapSynchronizedList(l); ret l2 == l ? null : l2; }