Libraryless. Click here for Pure Java version (51L/1K).
static <A, B> Map<A, B> mapPlus_noOverwrite(Map<A, B> m, O... data) { m = cloneMap(m); litmap_impl_noOverwrite(m, data); ret m; }
Began life as a copy of #1002947
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1024485 |
Snippet name: | mapPlus_noOverwrite |
Eternal ID of this version: | #1024485/1 |
Text MD5: | 2d3eaf1691c25fd3ccffbac034c7e91c |
Transpilation MD5: | 09e8ac5ace935f986e4fae99ab0387fe |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-08-13 22:36:53 |
Source code size: | 139 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 287 / 341 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |