I need to combine two string sets while filtering out redundant information, this is the solution I came up with, is there a better way that anyone can suggest? Perhaps som
newStringSet.addAll(oldStringSet);
This will produce Union of s1 and s2