boolean isContain = list.stream().anyMatch(item -> item.getKey().equals(key));