static void addUnlessEqualTo(Collection l, A a, A b) { if (l != null && neq(a, b)) l.add(a); }