static bool syncRemoveAll(Collection c, Collection b) { if (c == null || b == null) false; synchronized(c) { ret c.removeAll(b); } }