//Stream apis for versions java8 and above Map<String, Item> map = list.stream().collect(Collectors.toMap(Item::getKey, item -> item));