1 | static <A, B> Map<A, B> mapPlus(Map<A, B> m, O... data) {
|
2 | m = cloneMap(m); |
3 | litmap_impl(m, data); |
4 | ret m; |
5 | } |
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: | #1002947 |
| Snippet name: | mapPlus - clone map and add items (default to HashMap when map was null) |
| Eternal ID of this version: | #1002947/3 |
| Text MD5: | 0188d854df961341dc1b4dd1056364c9 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-04-01 15:23:43 |
| Source code size: | 115 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1054 / 1055 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |