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