sbool addToSetAndList(Set set, Collection list, A a) { if (!set.add(a)) false; ret true with list.add(a); }