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