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

9
LINES

< > BotCompany Repo | #1024975 // concatListsAsSet - synonym of concatListsToSet

JavaX fragment (include)

static <A> HashSet<A> concatListsAsSet(Collection<A>... lists) {
  ret concatListsToSet(lists);
}



static <A> HashSet<A> concatListsAsSet(Collection<? extends Collection<A>> lists) {
  ret concatListsToSet(lists);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1024975
Snippet name: concatListsAsSet - synonym of concatListsToSet
Eternal ID of this version: #1024975/1
Text MD5: 6a13504ae6a0b6d8da0a78b761b1956a
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-31 22:14:40
Source code size: 219 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 171 / 199
Referenced in: [show references]