static OccTree poems2occTree(L> poems) { new OccTree tree; for (L poem : poems) tree.add(poem); ret tree; }