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

6
LINES

< > BotCompany Repo | #1012817 // triplesByContentMap - map of triples hashed by content (a, b, c)

JavaX fragment (include)

static MultiMap<T3<Symbol>, TripleWeb> triplesByContentMap(Collection<TripleWeb> l) {
  new MultiMap<T3<Symbol>, TripleWeb> map;
  for (TripleWeb w : unnull(l))
    map.put(new Triple<Symbol>(w), w);
  ret map;
}

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: #1012817
Snippet name: triplesByContentMap - map of triples hashed by content (a, b, c)
Eternal ID of this version: #1012817/2
Text MD5: 0b12942b8bc7200ff04f01212532fb6a
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-13 22:56:01
Source code size: 217 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 340 / 381
Version history: 1 change(s)
Referenced in: [show references]