sS pairToUglyStringForCIComparison(Pair p) { ret p == null ? null : l(p.a) + "|" + p.a + "|" + p.b; }