super V>> SortedSet<Map.Entry<K, V>> entriesSortedByValues( SortedSet<Map.Entry<K, V>> sortedEntries = new TreeSet<Map.Entry<K, V>>(
new Comparator<Map.Entry<K, V>>
我的排序函数: List<Map.Entry<Long, String>> entries = new ArrayList<Map.Entry<Long, String>>(warehousesMapTemp.entrySet());Collections.sort(entries, new Comparator