Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1012748 // strictPut - synonym of mapPutStrictly - return true if value can be put strictly (not overwriting anything)

JavaX fragment (include)

static <A, B> bool strictPut(Map<A, B> map, A key, B value) {
  ret mapPutStrictly(map, key, value);
}

Author comment

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: 360 / 416
Referenced in: [show references]