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

15
LINES

< > BotCompany Repo | #1021586 // _addAll - synonym of addAll

JavaX fragment (include)

1  
static <A, B extends A> void _addAll(Collection<A> c, Iterable<B> b) {
2  
  addAll(c, b);
3  
}
4  
5  
6  
7  
static <A, B extends A> bool _addAll(Collection<A> c, Collection<B> b) {
8  
  ret addAll(c, b);
9  
}
10  
11  
12  
13  
static <A, B extends A> bool _addAll(Collection<A> c, B... b) {
14  
  ret addAll(c, b);
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: #1021586
Snippet name: _addAll - synonym of addAll
Eternal ID of this version: #1021586/1
Text MD5: 20a3665239a3f68496147bf36120d480
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-19 12:26:19
Source code size: 279 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 262 / 303
Referenced in: [show references]