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

9
LINES

< > BotCompany Repo | #1012324 // tripleIndex

JavaX fragment (include)

1  
static TripleIndex tripleIndex_instance;
2  
3  
static TripleIndex tripleIndex() {
4  
  if (tripleIndex_instance == null) {
5  
    tripleIndex_instance = addVirtualNodeIndex(new TripleIndex);
6  
    tripleIndex_instance.activate();
7  
  }
8  
  ret tripleIndex_instance;
9  
}

Author comment

Began life as a copy of #1012312

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: #1012324
Snippet name: tripleIndex
Eternal ID of this version: #1012324/4
Text MD5: b52079605cb8f3c2b2f509dc40244b02
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-28 16:25:50
Source code size: 258 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 427 / 470
Version history: 3 change(s)
Referenced in: [show references]