static A findWhere(Collection c, O... data) { for (A x : c) if (checkFields(x, data)) ret x; ret null; }