static L flexMatchICIndexedTerms(S pat) { new L l; for (S s : indexedTerms()) if (flexMatchIC(pat, s)) l.add(s); ret l; }