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)

1  
static void _add(BitSet bs, int i) {
2  
  add(bs, i);
3  
}
4  
5  
6  
7  
static <A> bool _add(Collection<A> c, A a) {
8  
  ret add(c, a);
9  
}
10  
11  
12  
13  
static void _add(Container c, Component x) {
14  
  add(c, x);
15  
}

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