Libraryless. Click here for Pure Java version (437L/3K).
static <A, B> L<A> reversedKeysList(Map<A, B> map) { ret reversedList(keysList(map)); } ifclass MultiSet static <A> L<A> reversedKeysList(MultiSet<A> ms) { ret ms == null ? null : reversedKeysList(ms.map); } endif
Began life as a copy of #1010884
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1035913 |
Snippet name: | reversedKeysList |
Eternal ID of this version: | #1035913/4 |
Text MD5: | c272e6386a07b3c080ce0715f898e5d8 |
Transpilation MD5: | 693232c3e0544c0f045c8b564bfe1b25 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-08-12 03:55:38 |
Source code size: | 232 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 130 / 178 |
Version history: | 3 change(s) |
Referenced in: | [show references] |