| 1 | static <A, B> Map<A, B> pairToTwoElementMap(A key1, A key2, Pair<B> pair) {
 | 
| 2 | ret pair == null ? null : litorderedmap(key1, pair.a, key2, pair.b); | 
| 3 | } | 
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: | 404 / 450 | 
| Version history: | 2 change(s) | 
| Referenced in: | [show references] |