static bool containsInstance(Iterable i, Class c) { if (i != null) for (O o : i) if (isInstanceX(c, o)) true; false; }