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

5
LINES

< > BotCompany Repo | #1023587 // replaceMapWithParams

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

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

static <A, B> void replaceMapWithParams(Map<A, B> dest, O... params) {
  if (dest == null) ret;
  dest.clear();
  litmap_impl(dest, params);
}

Author comment

Began life as a copy of #1023586

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023587
Snippet name: replaceMapWithParams
Eternal ID of this version: #1023587/5
Text MD5: 9222fb657c5856ea0a0fad9259be0d56
Transpilation MD5: fe025dabaae805a796e5f222e1d826d2
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-06-29 16:45:01
Source code size: 146 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 191 / 268
Version history: 4 change(s)
Referenced in: [show references]