Transpiled version (14713L) is out of date.
1 | // NotifyingList is our new go-to way to wrap a list |
2 | // with additional functions. |
3 | persistable sclass VectorSSIList extends AbstractSSIList<VectorSSI> { |
4 | *() { init(); } |
5 | *(Cl<? extends AbstractSSI> l) { super(l); } |
6 | |
7 | VectorSSI importSSI(AbstractSSI ssi) { |
8 | ret toVectorSSI(ssi); |
9 | } |
10 | } |
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: | 185 / 262 |
Version history: | 9 change(s) |
Referenced in: | [show references] |