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: | 629 / 678 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #3000475 - Smart Bot's answer to: !fresh recentlyChangedSnippets() |