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

7
LINES

< > BotCompany Repo | #1008505 // synchroSet - synonym of synchroHashSet

JavaX fragment (include)

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

static <A> Set<A> synchroSet(Set<A> set) {
  ret synchronizedSet(set);
}

Author comment

Began life as a copy of #1002315

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1008505
Snippet name: synchroSet - synonym of synchroHashSet
Eternal ID of this version: #1008505/4
Text MD5: 192307fe45ed5176026ab38c34badbaa
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-05-05 14:18:04
Source code size: 138 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 467 / 516
Version history: 3 change(s)
Referenced in: [show references]