// 값의 총합 구하기
int sum = map.values().stream().mapToInt(Integer::intValue).sum();