1 | sclass CollectionInConcept<E> extends NotifyingCollection<E> {
|
2 | Concept cc; |
3 | |
4 | *() {} // for persistence
|
5 | *(Collection<E> c, Concept cc) {
|
6 | super(c); |
7 | this.cc = cc; |
8 | } |
9 | |
10 | void change() { if (cc != null) cc.change(); }
|
11 | } |
Began life as a copy of #1009403
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, imzmzdywqqli, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1009405 |
| Snippet name: | CollectionInConcept |
| Eternal ID of this version: | #1009405/10 |
| Text MD5: | 6bb234d34364d8683866e0dc64460e2b |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-25 21:21:20 |
| Source code size: | 238 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 745 / 2138 |
| Version history: | 9 change(s) |
| Referenced in: | [show references] |