static Set asSymbolSet(Collection c) { Set set = symbolSet(); set.addAll(c); ret set; }