1 | static <A> A listGetOrCreate_full(L<A> l, int i, Class<? extends A> c) { |
2 | if (l == null) null; |
3 | while (i >= l(l)) |
4 | l.add(nuInstance(c)); |
5 | ret l.get(i); |
6 | } |
7 | |
8 | static <A> A nuLike listGetOrCreate_full(Class<? extends A> c, L<A> l, int i) { |
9 | ret listGetOrCreate_full(l, i, c); |
10 | } |
Began life as a copy of #1022705
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1025703 |
Snippet name: | listGetOrCreate_full - init all missing entries |
Eternal ID of this version: | #1025703/1 |
Text MD5: | c02d8868997b7ad4dab3a9f1b67a04e8 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-10-13 23:45:47 |
Source code size: | 288 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 187 / 230 |
Referenced in: | [show references] |