static > B bidiMapInPlace(B map) { for (Pair p : mapToPairs(map)) putIfNotThere(map, p.b, p.a); ret map; }