static L startingWithIgnoreCase(Collection c, S prefix) { new L l; for (S s : unnull(c)) if (swic(s, prefix)) l.add(s); ret l; }