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

7
LINES

< > BotCompany Repo | #1011168 // web_firstNode - first relation in web (by order of addition)

JavaX fragment (include)

static WebRelation web_firstRelation(Web web) {
  if (web == null) null;
  for (WebNode n : web.nodes)
    if (n instanceof WebRelation)
      ret n/WebRelation;
  null;
}

Author comment

Began life as a copy of #1010971

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: #1011168
Snippet name: web_firstNode - first relation in web (by order of addition)
Eternal ID of this version: #1011168/1
Text MD5: c65fe7316a365ad678a197040941ca9b
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-16 18:16:13
Source code size: 177 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 313 / 342
Referenced in: [show references]