Preview 2.0 is now in Public Beta!
Read the Announcement
Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.

Summary

Functions

stringArrayToStringSet

stringArrayToStringSet(str: string[]): java.util.HashSet<string>
Parameter Default Description
str
string[]

Returns java.util.HashSet<string>

stringSetToStringArray

stringSetToStringArray(stringSet: any): string[]
Parameter Default Description
stringSet
any

Returns string[]