Libraryless. Click here for Pure Java version (4656L/26K).
abstract sclass NotifyingSet<A> extends NotifyingCollection<A> implements Set<A> { Set<A> set; *() {} // for persistence *(Set<A> set) { super(set); this.set = set; } }
Began life as a copy of #1011345
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: | #1013865 |
| Snippet name: | NotifyingSet - synchronized |
| Eternal ID of this version: | #1013865/3 |
| Text MD5: | cad5478fb404df5fc83c36c310e68015 |
| Transpilation MD5: | af934c593fe618c3732b501c91ef5918 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-29 00:29:16 |
| Source code size: | 195 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 623 / 1305 |
| Version history: | 2 change(s) |
| Referenced in: | #1022692 - NotifyingMap [dev.] #1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674) |