Consumer<Map<String,List<String>>> sortUtil = map -> map.values().forEach(list->list.sort(String :: compareTo));


유틸로 쓰는것들 늘릴필요가없다