1 | static <A, B> bool strictPut(Map<A, B> map, A key, B value) {
|
2 | ret mapPutStrictly(map, key, value); |
3 | } |
Began life as a copy of #1012146
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: | #1012748 |
| Snippet name: | strictPut - synonym of mapPutStrictly - return true if value can be put strictly (not overwriting anything) |
| Eternal ID of this version: | #1012748/1 |
| Text MD5: | e772b2d332a8c7c6e65f70d2addd9294 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-11 17:12:02 |
| Source code size: | 104 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 662 / 736 |
| Referenced in: | [show references] |