static A syncNextToLast(L l) { if (l == null) null; synchronized(l) { ret nextToLast(l); } }