Libraryless. Click here for Pure Java version (14068L/81K).
1 | persistable sclass MixedSSIList extends AbstractSSIList<AbstractSSI> {
|
2 | *() { init(); }
|
3 | *(Cl<? extends AbstractSSI> l) { super(l); }
|
4 | |
5 | AbstractSSI importSSI(AbstractSSI ssi) { ret ssi; }
|
6 | } |
Began life as a copy of #1035711
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035714 |
| Snippet name: | MixedSSIList - list of SSIs of different type |
| Eternal ID of this version: | #1035714/1 |
| Text MD5: | 42b5009382f9fa20c5a5a4538f6e704b |
| Transpilation MD5: | fc289d30c179b37e8424053ac2ec96aa |
| 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 20:32:30 |
| Source code size: | 199 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 614 / 730 |
| Referenced in: | [show references] |