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