static Set immutableSet(Set set) { ret Collections.unmodifiableSet(set); }