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

3
LINES

< > BotCompany Repo | #1031853 // syncMapPutOrRemove - synonym of syncMapPut2

JavaX fragment (include)

static <A, B> void syncMapPutOrRemove(Map<A, B> map, A key, B value) {
  syncMapPut2(map, key, value);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1031853
Snippet name: syncMapPutOrRemove - synonym of syncMapPut2
Eternal ID of this version: #1031853/1
Text MD5: 18cd890abd5f61f621b94e5c4d131d1d
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-07-16 06:15:03
Source code size: 104 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 92 / 118
Referenced in: [show references]