static ItIt> mapToPairsIterator(Map map) { ret map == null ?: mapI(map.entrySet(), e -> pair(e.getKey(), e.getValue())); }