static Set linkedHashSet_addWithAutoInit(Set set, A a) { if (set == null) set = new LinkedHashSet; set.add(a); ret set; }