static Map listToWordTree(L l) { Map tree = ciMap(); for (S s : unnull(l)) wordTreeAdd(tree, s); ret tree; }