static A syncSize(Collection l) { if (l == null) null; synchronized(l) { ret l(l); } }