static bool allElementsAreOfType(Collection c, Class type) { for (O o : c) if (!isInstanceX(type, o)) false; true; }