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

5
LINES

< > BotCompany Repo | #1031492 // litAlphaNumMap - create TreeMap sorted by alphaNumComparator with items

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

Libraryless. Click here for Pure Java version (175L/2K).

static TreeMap litAlphaNumMap(O... x) {
  TreeMap map = new (alphaNumComparator());
  litmap_impl(map, x);
  ret map;
}

Author comment

Began life as a copy of #1005223

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031492
Snippet name: litAlphaNumMap - create TreeMap sorted by alphaNumComparator with items
Eternal ID of this version: #1031492/1
Text MD5: 2fcb896361087bf2975e50e95e12903d
Transpilation MD5: e7797763d4e87563d8f9d74efbb3bb6e
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-15 16:19:31
Source code size: 123 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 87 / 135
Referenced in: [show references]