static bool hasElementWithClassShortNamed(S shortName, Iterable l) { ret firstWithClassShortNamed(shortName, l) != null; } static bool hasElementWithClassShortNamed(S shortName, A[] l) { ret firstWithClassShortNamed(shortName, l) != null; }