1 | static void ai_replaceTripleIndexWithTriples(L<TripleWeb> l) {
|
2 | TripleIndex i = tripleIndex(); |
3 | i.clear(); |
4 | for (TripleWeb w : l) |
5 | i.addTriple(w); |
6 | i.trimToSize(); |
7 | } |
Began life as a copy of #1012339
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: | #1012448 |
| Snippet name: | ai_replaceTripleIndexWithTriples |
| Eternal ID of this version: | #1012448/4 |
| Text MD5: | 8b9219a606f44df7b1a22049dcdc34da |
| 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-10 03:26:11 |
| Source code size: | 178 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 640 / 675 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |