static L filterNempty(Collection c) { new L l; for (S x : c) if (nempty(x)) l.add(x); ret l; }