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

15
LINES

< > BotCompany Repo | #1021583 // _add - synonym of add

JavaX fragment (include)

static void _add(BitSet bs, int i) {
  add(bs, i);
}



static <A> bool _add(Collection<A> c, A a) {
  ret add(c, a);
}



static void _add(Container c, Component x) {
  add(c, x);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021583
Snippet name: _add - synonym of add
Eternal ID of this version: #1021583/1
Text MD5: be62cf6501586907d693f5fa85ef4b44
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-19 11:49:39
Source code size: 186 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 270 / 294
Referenced in: [show references]