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