static L filterMinLength(int min, Collection c) { new L l; for (S x : c) if (l(x) >= min) l.add(x); ret l; }