1 | static MultiSet<S> ciMultiSet() { |
2 | new MultiSet ms; |
3 | ms.map = ciMap(); |
4 | ret ms; |
5 | } |
6 | |
7 | static MultiSet<S> ciMultiSet(Iterable<S> l) { |
8 | ret asCIMultiSet(l); |
9 | } |
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: | 369 / 423 |
Version history: | 2 change(s) |
Referenced in: | [show references] |