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

7
LINES

< > BotCompany Repo | #1029308 // addAllWithTesterSet

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2680L/17K).

static <A> bool addAllWithTesterSet(Collection<A> c, Set<A> testerSet, Iterable<A> l) {
  if (c == null || l == null) false;
  bool change;
  for (A a : l)
    change |= addWithTesterSet(c, testerSet, a);
  ret change;
}

Author comment

Began life as a copy of #1022573

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1029308
Snippet name: addAllWithTesterSet
Eternal ID of this version: #1029308/1
Text MD5: 959152c3bfde99f3a7994d90caea8360
Transpilation MD5: e518b25008ac793cbc241ad0cb8fc3e8
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-30 18:15:34
Source code size: 226 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 169 / 226
Referenced in: [show references]