Package com.github.underscore
Class U.ValueThenKeyComparator<K extends Comparable<? super K>,V extends Comparable<? super V>>
- java.lang.Object
-
- com.github.underscore.U.ValueThenKeyComparator<K,V>
-
- All Implemented Interfaces:
Comparator<Map.Entry<K,V>>
public static class U.ValueThenKeyComparator<K extends Comparable<? super K>,V extends Comparable<? super V>> extends Object implements Comparator<Map.Entry<K,V>>
-
-
Constructor Summary
Constructors Constructor Description ValueThenKeyComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(Map.Entry<K,V> a, Map.Entry<K,V> b)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-