1 | static <A> Set<A> synchroSet() {
|
2 | ret synchroHashSet(); |
3 | } |
4 | |
5 | static <A> Set<A> synchroSet(Set<A> set) {
|
6 | ret synchronizedSet(set); |
7 | } |
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: | 834 / 901 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |