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

7
LINES

< > BotCompany Repo | #1034839 // toMultiMap

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

Transpiled version (10000L) is out of date.

static <A, B, C extends Cl<B>> MultiMap<A, B> toMultiMap(Map<A, C> map) {
  ret mapToMultiMap(map);
}

static <A, B> MultiMap<A, B> toMultiMap(Iterable<Pair<A, B>> l) {
  ret pairsToMultiMap(l);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034839
Snippet name: toMultiMap
Eternal ID of this version: #1034839/5
Text MD5: 8ea03ff95e757244dca1b538ff5011d7
Author: someone
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-12-30 19:54:17
Source code size: 202 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 82 / 123
Version history: 4 change(s)
Referenced in: [show references]