Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1009405 // CollectionInConcept

JavaX fragment (include)

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(); }
}

Author comment

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: 453 / 1823
Version history: 9 change(s)
Referenced in: [show references]