if (cityList.stream().filter(city -> city.getcityName().equals("南京")).findAny().isPresent()) { resultList.addAll(cityGroups.get(key)); }