search

goog.structs.StringSet

Provided By

Creates a set of strings.

new StringSet( opt_elements )

Parameters
opt_elementsArray<?>=

Elements to add to the set. The non-string items will be converted to strings, so 15 and '15' will mean the same.

Instance Methods