public class MapComparator<K,V> extends Object implements Comparator<Map<K,V>>
MapComparator(K orderByKey, boolean isDesc)
int
compare(Map<K,V> o1, Map<K,V> o2)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public MapComparator(K orderByKey, boolean isDesc)
public int compare(Map<K,V> o1, Map<K,V> o2)
compare
Comparator<Map<K,V>>
Copyright © 2013–2016 Alibaba Group. All rights reserved.