We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29380b4 commit eaf9684Copy full SHA for eaf9684
README.md
@@ -38,6 +38,7 @@ to the compareTo method (the method returns 0).
38
39
# summary
40
## comparing
41
+In `Map.Entry`:
42
* `public static <K extends Comparable<? super K>, V> Comparator<Map.Entry<K, V>> comparingByKey()`
43
* `public static <K, V extends Comparable<? super V>> Comparator<Map.Entry<K, V>> comparingByValue()`
44
* `public static <K, V> Comparator<Map.Entry<K, V>> comparingByKey(Comparator<? super K> cmp)`
0 commit comments