static Map unwrapSynchronizedMapOrNull(Map map) { Map map2 = unwrapSynchronizedMap(map); ret map2 == map ? null : map2; }