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

6
LINES

< > BotCompany Repo | #1015421 // asCIMultiSet

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

Libraryless. Click here for Pure Java version (3040L/19K).

static MultiSet<S> asCIMultiSet(Iterable<S> l) {
  new MultiSet<S> ms;
  ms.map = ciMap();
  ms.addAll(l);
  ret ms;
}

Author comment

Began life as a copy of #1005113

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1015421
Snippet name: asCIMultiSet
Eternal ID of this version: #1015421/2
Text MD5: 7a8202c8cd3266a351ec48e351712c45
Transpilation MD5: 0c0d8567abadf1b4c99cef204c233996
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-09 11:02:52
Source code size: 123 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 346 / 416
Version history: 1 change(s)
Referenced in: [show references]