static <A, B> void mapRemove(Map<A, B> map, A key) { if (map != null && key != null) map.remove(key); }
Began life as a copy of #1030802
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030838 |
| Snippet name: | mapRemove |
| Eternal ID of this version: | #1030838/1 |
| Text MD5: | 6bd813f2f0d6a919e97377825390f721 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-04-02 14:23:37 |
| Source code size: | 112 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 457 / 491 |
| Referenced in: | [show references] |