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

7
LINES

< > BotCompany Repo | #1033244 // metaSet - synonym of metaMapPut

JavaX fragment (include)

svoid metaSet(IMeta o, O key, O value) {
  metaMapPut(o, key, value);
}

svoid metaSet(O o, O key, O value) {
  metaMapPut(o, key, value);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1033244
Snippet name: metaSet - synonym of metaMapPut
Eternal ID of this version: #1033244/3
Text MD5: 560ab29f80e5b39ce93f20bded6cee37
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-02-12 22:10:34
Source code size: 146 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 96 / 121
Version history: 2 change(s)
Referenced in: [show references]