static L filterByExactType(Class c, Iterable l) { new L l; for (O o : unnull(l)) if (isExactType(o, c)) l.add((A) o); ret l; }