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

3
LINES

< > BotCompany Repo | #1021442 // uniquifyMultiMapValues

JavaX fragment (include)

static <A, B> MultiMap<A, B> uniquifyMultiMapValues(MultiMap<A, B> mm) {
  ret mm == null ? null : new MultiMap(mapValues uniquify(mm.data));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021442
Snippet name: uniquifyMultiMapValues
Eternal ID of this version: #1021442/4
Text MD5: 064018e1a103fa4ee47038531d26a11d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-12 21:55:47
Source code size: 145 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 249 / 289
Version history: 3 change(s)
Referenced in: [show references]