Libraryless. Click here for Pure Java version (14068L/81K).
persistable sclass MixedSSIList extends AbstractSSIList<AbstractSSI> { *() { init(); } *(Cl<? extends AbstractSSI> l) { super(l); } AbstractSSI importSSI(AbstractSSI ssi) { ret ssi; } }
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: | 613 / 729 |
| Referenced in: | #1003674 - Standard Classes + Interfaces (LIVE continued in #1034167) #1035721 - VectorOptimizedSSIList - list of vector SSIs mixed with normal SSIs, depending on which is smaller in each case |