The strings to populate the string set with.
Adds the string s to this string set. If the string is already in the set, no change occurs.
The string to add to the set.
Returns a new string set which is an exact copy of the given one.
Returns true if this set and the other one ss have exactly the same strings (no matter the order they store them internally).
The other string set to compare this one to.
Resets this string set to the strings provided in the array a. Strings appearing multiple times in the array will only appear once in this set.
The string array to set this set from.
Returns true if this string set contains the given string s.
The string which presence in this set is to be tested.
Removes the string s from this string set. If the string wasn't in the set, no change occurs.
Returns an array of strings with all the strings in this set.
Creates a new StringSet.