Skip to content

Commit eaf9684

Browse files
committed
doc update
1 parent 29380b4 commit eaf9684

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ to the compareTo method (the method returns 0).
3838

3939
# summary
4040
## comparing
41+
In `Map.Entry`:
4142
* `public static <K extends Comparable<? super K>, V> Comparator<Map.Entry<K, V>> comparingByKey()`
4243
* `public static <K, V extends Comparable<? super V>> Comparator<Map.Entry<K, V>> comparingByValue()`
4344
* `public static <K, V> Comparator<Map.Entry<K, V>> comparingByKey(Comparator<? super K> cmp)`

0 commit comments

Comments
 (0)