static OccTree goodDialogs2occTree(L dialogs) { new OccTree tree; for (Dialog d : dialogs) if (d.good) tree.add(d.poem); ret tree; }