static A nullIfInSet(Set set, A a) { ret contains(set, a) ? null : a; }