String> deviceList;
Map<Integer, Integer> collect = deviceList.entrySet()
.stream()
.collect(Collectors.toMap(Map.Entry::getKey, Map.Entry::getValue));
map что ли забыл?
Обсуждают сегодня