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

3
LINES

< > BotCompany Repo | #1011240 // swapPair

JavaX fragment (include)

static <A, B> Pair<B, A> swapPair(Pair<A, B> p) {
  ret p == null ? null : pair(p.b, p.a);
}

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: #1011240
Snippet name: swapPair
Eternal ID of this version: #1011240/1
Text MD5: 4d0438d2c8c1180dbf46ef80611eff6c
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-20 00:41:22
Source code size: 94 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 417 / 454
Referenced in: [show references]