static MultiMap pairsToCIMultiMap(LPair l) { MultiMap mm = ciMultiMap(); for (Pair p : unnull(l)) mm.put(p.a, p.b); ret mm; }