static void syncClear(Collection c) { if (c == null) false; synchronized(c) { c.clear(); } }