static bool hasWhere(Collection c, O... data) { for (O x : c) if (checkFields(x, data)) ret true; ret false; }