Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1012335 // ai_tripleRefsToWebNodes_lazyList

JavaX fragment (include)

static L<WebNode> ai_tripleRefsToWebNodes_lazyList(final L<TripleRef<S>> l) {
  ret new LazyList<WebNode>() {
    final int n = l(l);
    public int size() { ret n; }
    public WebNode get(int i) { ret ai_tripleRefToWebNode(l.get(i)); }
  };
}

Author comment

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: 316 / 355
Version history: 3 change(s)
Referenced in: [show references]