static Map unwrapSynchronizedMap(Map map) { ret eq(className(map), "java.util.Collections$SynchronizedMap") ? (Map) get(map, 'm) : map; }