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

3
LINES

< > BotCompany Repo | #1026425 // pairToTwoElementMap

JavaX fragment (include)

static <A, B> Map<A, B> pairToTwoElementMap(A key1, A key2, Pair<B> pair) {
  ret pair == null ? null : litorderedmap(key1, pair.a, key2, pair.b);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1026425
Snippet name: pairToTwoElementMap
Eternal ID of this version: #1026425/3
Text MD5: 6afee4de710e57b62effb0a686bfc653
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-01-03 18:03:54
Source code size: 150 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 106 / 144
Version history: 2 change(s)
Referenced in: [show references]