sbool hasWhereCI(Collection c, O... data) { if (c != null) for (O x : c) if (checkFieldsIC(x, data)) true; false; }