1 | static <A, B> L<A> keysDesc(Map<A, B> map) {
|
2 | ret sortedDesc(keys(map)); |
3 | } |
4 | |
5 | ifclass MultiMap |
6 | static <A, B> L<A> keysDesc(MultiMap<A, B> mm) {
|
7 | ret sortedDesc(keys(mm)); |
8 | } |
9 | endif |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013294 |
| Snippet name: | keysDesc |
| Eternal ID of this version: | #1013294/2 |
| Text MD5: | 96dbf1f03aa31ebae17fdb8cf9f4c71c |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-31 08:04:27 |
| Source code size: | 192 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 740 / 770 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |