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

5
LINES

< > BotCompany Repo | #1003638 // litorderedmap - create LinkedHashMap with items

JavaX fragment (include)

static LinkedHashMap litorderedmap(O... x) {
  new LinkedHashMap map;
  litmap_impl(map, x);
  ret map;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1003638
Snippet name: litorderedmap - create LinkedHashMap with items
Eternal ID of this version: #1003638/1
Text MD5: fa6668114ac2cc61ba3860e5b550f185
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-07-24 21:00:30
Source code size: 109 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 658 / 1280
Referenced in: #1004960 - lithashmap - create HashMap with items; synonym of litmap
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1028608 - litorderedmap_withNulls - create LinkedHashMap with items