mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix comment
This commit is contained in:
parent
e0ac328b19
commit
3157afd445
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user