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

6
LINES

< > BotCompany Repo | #1037251 // flexibleVarContextFromParams

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

Transpiled version (11239L) is out of date.

static FlexibleVarContext flexibleVarContextFromParams(O... params) {
  new FlexibleVarContext ctx;
  for (int i = 0; i < l(params); i += 2)
    ctx.put((S) params[i], params[i+1]);
  ret ctx;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj

No comments. add comment

Snippet ID: #1037251
Snippet name: flexibleVarContextFromParams
Eternal ID of this version: #1037251/2
Text MD5: 9947e69f3e1010d0b025ff717747475a
Author: stefan
Category: javax / parsing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2023-09-19 20:11:24
Source code size: 199 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 73 / 106
Version history: 1 change(s)
Referenced in: [show references]