static void replaceCollection(Map dest, Map src) { dest.clear(); dest.putAll(src); }