1 | static SS mergeMapsStrictlyIC(SS map1, SS map2) { |
2 | if (map2 == null) ret map1; |
3 | if (map1 == null) ret map2; |
4 | if (!canPutAllStrictlyIC(map1, map2)) null; |
5 | ret mergeMaps(map1, map2); |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1021754 |
Snippet name: | mergeMapsStrictlyIC |
Eternal ID of this version: | #1021754/1 |
Text MD5: | 629fe31a286cae5386f47db0f8461fcc |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-02-25 22:28:11 |
Source code size: | 191 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 291 / 335 |
Referenced in: | [show references] |