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

5
LINES

< > BotCompany Repo | #1028608 // litorderedmap_withNulls - create LinkedHashMap with items

JavaX fragment (include)

static LinkedHashMap litorderedmap_withNulls(O... x) {
  new LinkedHashMap map;
  litmap_impl_withNulls(map, x);
  ret map;
}

Author comment

Began life as a copy of #1003638

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1028608
Snippet name: litorderedmap_withNulls - create LinkedHashMap with items
Eternal ID of this version: #1028608/1
Text MD5: 77fe2ba8d9f4477cfc30e481daba6a20
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-06-28 17:18:23
Source code size: 129 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 121 / 161
Referenced in: [show references]