static L collectInstances(Iterable i, Class c) { new L l; for (O o : i) if (isInstanceX(c, o)) l.add(o); ret l; }