Libraryless. Click here for Pure Java version (43L/1K).
1 | static <A, B> void replaceMapWithParams(Map<A, B> dest, O... params) {
|
2 | if (dest == null) ret; |
3 | dest.clear(); |
4 | litmap_impl(dest, params); |
5 | } |
Began life as a copy of #1023586
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: | #1023587 |
| Snippet name: | replaceMapWithParams |
| Eternal ID of this version: | #1023587/5 |
| Text MD5: | 9222fb657c5856ea0a0fad9259be0d56 |
| Transpilation MD5: | fe025dabaae805a796e5f222e1d826d2 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-06-29 16:45:01 |
| Source code size: | 146 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 532 / 660 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |