static bool containsAnythingNeq(Collection l, A a) { for (A x : unnull(l)) if (neq(x, a)) true; false; }