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

7
LINES

< > BotCompany Repo | #1019916 // syncSet - synonym of synchroHashSet

JavaX fragment (include)

static <A> Set<A> syncSet() {
  ret synchroHashSet();
}

static <A> Set<A> syncSet(Cl<A> l) {
  ret addAllAndReturnCollection(synchroHashSet(), l);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 10 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1019916
Snippet name: syncSet - synonym of synchroHashSet
Eternal ID of this version: #1019916/2
Text MD5: 864a1cf2a99e75003ccccbc42b1bf522
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-02 13:52:32
Source code size: 155 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 288 / 320
Version history: 1 change(s)
Referenced in: [show references]