public class MapComparator extends Object
Constructor and Description |
---|
MapComparator() |
Modifier and Type | Method and Description |
---|---|
static List<String[]> |
sortByValue(Map<String,Integer> hashMap)
Sorts a HashMap of String, Integer by the Values of the HashMap.
|
static List<String[]> |
sortByValueLong(Map<String,Long> hashMap) |
Copyright © 2017. All rights reserved.