Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1013294 // keysDesc

JavaX fragment (include)

static <A, B> L<A> keysDesc(Map<A, B> map) {
  ret sortedDesc(keys(map));
}

ifclass MultiMap
  static <A, B> L<A> keysDesc(MultiMap<A, B> mm) {
    ret sortedDesc(keys(mm));
  }
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: 401 / 439
Version history: 1 change(s)
Referenced in: [show references]