fix comment

This commit is contained in:
Looly 2021-01-31 22:18:10 +08:00
parent e0ac328b19
commit 3157afd445

View File

@ -803,7 +803,7 @@ public class MapUtil {
* @param <K> 键类型
* @param <V> 值类型
* @param isDesc 是否倒序
* @return Map<k, V> 排序后新的Map
* @return 排序后新的Map
* @since 5.5.8
*/
public static <K, V extends Comparable<? super V>> Map<K, V> sortByValue(Map<K, V> map, boolean isDesc) {