1 | static OccTree<E> poems2occTree(L<L<E>> poems) {
|
2 | new OccTree<E> tree; |
3 | for (L<E> poem : poems) |
4 | tree.add(poem); |
5 | ret tree; |
6 | } |
Began life as a copy of #1003342
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: | #1003361 |
| Snippet name: | poems2occTree |
| Eternal ID of this version: | #1003361/1 |
| Text MD5: | 5b377766894df4d752ad26d44e5e0b3e |
| Author: | stefan |
| Category: | javax / talking robots |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-06-20 18:13:33 |
| Source code size: | 136 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 934 / 987 |
| Referenced in: | [show references] |