sclass CollectionInConcept<E> extends NotifyingCollection<E> { Concept cc; *() {} // for persistence *(Collection<E> c, Concept cc) { super(c); this.cc = cc; } void change() { if (cc != null) cc.change(); } }
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: | 518 / 1899 |
Version history: | 9 change(s) |
Referenced in: | #1009413 - MapInConcept #1011343 - NotifyingCollection - also synchronizes #1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674) |