static Map iotaDummyMap(int n) { ret mapToLinkedHashSet(iota(n), i -> pair(i, i)); }