Package me.despical.commons.sorter
Class SortUtils
java.lang.Object
me.despical.commons.sorter.SortUtils
- Author:
- Despical
Created at 30.05.2020
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V extends Comparable<? super V>>
Map<K, V> sortByValue(Map<K, V> map)
-
Method Details
-
sortByValue
-