static bool containsAnythingBut(Iterable l, A a) { if (l != null) for (A x : l) if (neq(x, a)) true; false; }