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

5
LINES

< > BotCompany Repo | #1032368 // generalizedCIMultiSetMap - MultiSetMap with outer generalizedCIMap and normal (hash-based) inner set

JavaX fragment (include)

static <A> MultiSetMap<O, A> generalizedCIMultiSetMap() {
  new MultiSetMap<O, A> mm;
  mm.data = generalizedCIMap();
  ret mm;
}

Author comment

Began life as a copy of #1024458

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1032368
Snippet name: generalizedCIMultiSetMap - MultiSetMap with outer generalizedCIMap and normal (hash-based) inner set
Eternal ID of this version: #1032368/3
Text MD5: 5e5cce3dab3452e69e5321972381ac84
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-09-01 19:28:52
Source code size: 133 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 85 / 109
Version history: 2 change(s)
Referenced in: [show references]