static <A, B> Pair<B, A> reversePair(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: | #1008667 | 
| Snippet name: | reversePair - does what it says! | 
| Eternal ID of this version: | #1008667/2 | 
| Text MD5: | cedd96f59dbb07998aa450543146b916 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2017-05-27 14:24:05 | 
| Source code size: | 97 bytes / 3 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 824 / 904 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |