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

10
LINES

< > BotCompany Repo | #1035711 // VectorSSIList

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (14713L) is out of date.

// NotifyingList is our new go-to way to wrap a list
// with additional functions.
persistable sclass VectorSSIList extends AbstractSSIList<VectorSSI> {
  *() { init(); }
  *(Cl<? extends AbstractSSI> l) { super(l); }
  
  VectorSSI importSSI(AbstractSSI ssi) {
    ret toVectorSSI(ssi);
  }
}

Author comment

Began life as a copy of #1035634

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035711
Snippet name: VectorSSIList
Eternal ID of this version: #1035711/10
Text MD5: 92d2798a9a36e5acb7346d1cb4419ab6
Author: stefan
Category: javax / imaging
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-07-11 22:13:55
Source code size: 302 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 113 / 174
Version history: 9 change(s)
Referenced in: [show references]