Comparator<Entry<String, Integer>> comp2 = Entry.comparingByKey();
Comparator<Entry<String, Integer>> comp1 = Comparator.comparingInt(Entry::getValue);
Entry<String, Integer> result = map.entrySet().stream().sorted(comp2).max(comp1).get();
이 부분이 가장 기억에 남는 오늘 ps 문제
entry로 저렇게 꺼내올 수 있다
OpenSearch aws 훑어보기