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

5
LINES

< > BotCompany Repo | #1028312 // prependEmptyOptionForHSelect

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

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

static Map prependEmptyOptionForHSelect(Map map) {
  Map map2 = litorderedmap("" := "");
  putAll(map2, map);
  ret map2;
}

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: #1028312
Snippet name: prependEmptyOptionForHSelect
Eternal ID of this version: #1028312/1
Text MD5: 53a04b29ba083fcc071233bdfcfbdc3a
Transpilation MD5: fe7c8cdf7623417004cbfc2a3b34c1bb
Author: stefan
Category: javax / html
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-06-10 14:05:31
Source code size: 127 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 141 / 199
Referenced in: [show references]