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

9
LINES

< > BotCompany Repo | #1017860 // ciMultiSet - case-insensitive multiset

JavaX fragment (include)

static MultiSet<S> ciMultiSet() {
  new MultiSet ms;
  ms.map = ciMap();
  ret ms;
}

static MultiSet<S> ciMultiSet(Iterable<S> l) {
  ret asCIMultiSet(l);
}

Author comment

Began life as a copy of #1015421

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1017860
Snippet name: ciMultiSet - case-insensitive multiset
Eternal ID of this version: #1017860/3
Text MD5: 251eee9bc69780d23440e1d9adf05f27
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-28 17:34:00
Source code size: 165 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 285 / 338
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)