1 | static <A, B> L<Pair<A, B>> pairsSortedByBDesc(Collection<Pair<A, B>> l) {
|
2 | ret sortedByComparator(l, new Comparator<Pair<A, B>>() {
|
3 | public int compare(Pair<A, B> a, Pair<A, B> b) {
|
4 | ret cmp(b.b, a.b); |
5 | } |
6 | }); |
7 | } |
Began life as a copy of #1017307
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1025274 |
| Snippet name: | pairsSortedByBDesc |
| Eternal ID of this version: | #1025274/1 |
| Text MD5: | 3d86bd0017918a68f22799338367a090 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-09-17 01:57:40 |
| Source code size: | 231 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 530 / 569 |
| Referenced in: | [show references] |