1 | static L<WebNode> ai_tripleRefsToWebNodes_lazyList(final L<TripleRef<S>> l) {
|
2 | ret new LazyList<WebNode>() {
|
3 | final int n = l(l); |
4 | public int size() { ret n; }
|
5 | public WebNode get(int i) { ret ai_tripleRefToWebNode(l.get(i)); }
|
6 | }; |
7 | } |
Began life as a copy of #1012331
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1012335 |
| Snippet name: | ai_tripleRefsToWebNodes_lazyList |
| Eternal ID of this version: | #1012335/4 |
| Text MD5: | cab0792e7380b4c0dd648aa8e5576d78 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-28 15:21:52 |
| Source code size: | 250 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 594 / 654 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |