1 | sclass ScoredNonPercent<A> extends Scored<A> {
|
2 | *() {}
|
3 | *(A a, float score) { super(a, score); }
|
4 | *(A a, double score) { super(a, score); }
|
5 | |
6 | toString {
|
7 | ret score + ": " + str(get()); |
8 | } |
9 | } |
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: | 393 / 663 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |