static bool hasType(Collection c, Class type) { for (O x : c) if (isInstanceX(type, x)) ret true; ret false; }