static L onlyClassNamesThatExist(L l) { new L out; for (S s : l) if (hasClass(s)) out.add(s); ret out; }