static <A> Map<A, S> multiMapJoinValuesWithComma_treeMap(MultiMap<A, S> mm) { new TreeMap<A, S> map; for (A key : keys(mm)) map.put(key, joinWithComma(mm.get(key))); ret map; }
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: | #1013813 |
| Snippet name: | multiMapJoinValuesWithComma_treeMap |
| Eternal ID of this version: | #1013813/2 |
| Text MD5: | 96cdfd65a3b054422c00197cf333dda1 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-03-02 16:57:27 |
| Source code size: | 191 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 617 / 644 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |