public static class JavaHelper.MapEntriesSortOnKey extends Object implements Comparator<Map.Entry<Comparable,Comparable>>
Constructor and Description |
---|
MapEntriesSortOnKey() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Map.Entry<Comparable,Comparable> o1,
Map.Entry<Comparable,Comparable> o2) |
clone, equals, finalize, 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 int compare(Map.Entry<Comparable,Comparable> o1, Map.Entry<Comparable,Comparable> o2)
compare
in interface Comparator<Map.Entry<Comparable,Comparable>>
Copyright © 2012-2018. All Rights Reserved.