给出如下地图:
Map<String, Integer> = new Hashmap<String, Integer>;
我怎样才能获得Collection<Integer>entrySet的任何(Collection的任何实现)?做.entrySet()似乎不起作用.
Collection<Integer>
.entrySet()
java collections map
collections ×1
java ×1
map ×1