static SS mechCIMapWithReverse(S listName) { LPairS l = mL_pairs(listName); SS map = pairsToCIMap(l); for (PairS p : l) map.put(p.b, p.a); ret map; }