sclass ScoredNonPercent<A> extends Scored<A> { *() {} *(A a, float score) { super(a, score); } *(A a, double score) { super(a, score); } toString { ret score + ": " + str(get()); } }
Began life as a copy of #1015268
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1028112 | 
| Snippet name: | ScoredNonPercent | 
| Eternal ID of this version: | #1028112/3 | 
| Text MD5: | 56974a04f11aec5cb6354201ee72d594 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2020-05-19 22:31:25 | 
| Source code size: | 207 bytes / 9 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 392 / 662 | 
| Version history: | 2 change(s) | 
| Referenced in: | [show references] |