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

7
LINES

< > BotCompany Repo | #1011257 // allMultiMapValues

JavaX fragment (include)

1  
static <A, B> L<B> allMultiMapValues(MultiMap<A, B> mm) {
2  
  ret mm == null ? emptyList() : concatLists(values(mm.data));
3  
}
4  
5  
static <A, B> L<B> allMultiMapValues(Map<A, L<B>> mm) {
6  
  ret concatLists(values(mm));
7  
}

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: #1011257
Snippet name: allMultiMapValues
Eternal ID of this version: #1011257/2
Text MD5: 5bc08294a42282ace545a8700f6f3bcf
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-21 17:50:07
Source code size: 218 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 397 / 384
Version history: 1 change(s)
Referenced in: [show references]