static bool syncAddIfNotThere(Collection c, A b) { if (c == null) false; synchronized(c) { ret addIfNotThere(c, b); } }