static O firstWithShortClassName(Iterable l, S name) { for (O o : unnull(l)) if (shortClassNameIs(o, name)) ret o; null; }