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

3
LINES

< > BotCompany Repo | #1009878 // multiMapToMap - note: doesn't copy

JavaX fragment (include)

static <A, B> Map<A, L<B>> multiMapToMap(MultiMap<A, B> m) {
  ret m == null ? null : m.data;
}

Author comment

Began life as a copy of #1008498

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1009878
Snippet name: multiMapToMap - note: doesn't copy
Eternal ID of this version: #1009878/1
Text MD5: c1b95ca416b1a32032cd4c62cf59d8ee
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-22 21:45:57
Source code size: 97 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 380 / 431
Referenced in: [show references]