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

7
LINES

< > BotCompany Repo | #1026173 // ciMultiCISetMap - both main map and value sets are case-insensitive

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

Libraryless. Click here for Pure Java version (2478L/15K).

static <A> MultiSetMap<S> ciMultiCISetMap() {
  MultiSetMap<S> mm = new MultiSetMap<S> {
    Set<S> _makeEmptySet() { ret ciSet(); }
  };
  mm.data = ciMap();
  ret mm;
}

Author comment

Began life as a copy of #1024458

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1026173
Snippet name: ciMultiCISetMap - both main map and value sets are case-insensitive
Eternal ID of this version: #1026173/5
Text MD5: f5dbd0626d0b9044ebde065d8e7522ab
Transpilation MD5: 813600e6a3beeee7570c1fdae61518c4
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-11-27 18:58:33
Source code size: 176 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 160 / 248
Version history: 4 change(s)
Referenced in: [show references]