Libraryless. Click here for Pure Java version (4656L/26K).
1 | abstract sclass NotifyingSet<A> extends NotifyingCollection<A> implements Set<A> { |
2 | Set<A> set; |
3 | |
4 | *() {} // for persistence |
5 | *(Set<A> set) { |
6 | super(set); |
7 | this.set = set; |
8 | } |
9 | } |
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: | 398 / 1023 |
Version history: | 2 change(s) |
Referenced in: | [show references] |