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