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