static MultiMap listMultiIndexCI(LS l) { MultiMap map = ciMultiMap(); for i over l: map.put(l.get(i), i); ret map; }