Transpiled version (2978L) is out of date.
1 | static <A> A getOr(L<A> l, int i, A defaultValue) { |
2 | ret or(get(l, i), defaultValue); |
3 | } |
4 | |
5 | ifclass DoubleBuffer |
6 | static double getOr(DoubleBuffer l, int i, double defaultValue) { |
7 | if (i >= 0 && i < l(l)) ret l.get(i); |
8 | ret defaultValue; |
9 | } |
10 | endif |
Began life as a copy of #1029271
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
Snippet ID: | #1031984 |
Snippet name: | getOr |
Eternal ID of this version: | #1031984/4 |
Text MD5: | e0f7998e4081ef0c128103de322e8318 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-08-17 15:12:22 |
Source code size: | 253 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 200 / 278 |
Version history: | 3 change(s) |
Referenced in: | [show references] |