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

5
LINES

< > BotCompany Repo | #1024485 // mapPlus_noOverwrite

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (51L/1K).

1  
static <A, B> Map<A, B> mapPlus_noOverwrite(Map<A, B> m, O... data) {
2  
  m = cloneMap(m);
3  
  litmap_impl_noOverwrite(m, data);
4  
  ret m;
5  
}

Author comment

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: 204 / 242
Referenced in: [show references]