static bool syncEmpty(Collection l) { if (l == null) true; synchronized(l) { ret l.isEmpty(); } }