Constructors
Link copied to clipboard
constructor()
See StringSet(Int).
Construct a new set with {@link com.sap.cloud.mobile.kotlin.odata.StringSet#size StringSet.size} of zero and optional initial capacity.
A set can expand in size beyond its initial capacity, but best performance
will be obtained if the initial capacity is close to (and not less than) the set's maximum size.
Functions
Link copied to clipboard
Return a shallow copy of this set.
Link copied to clipboard
Return a sorted list of the values in this set.
Link copied to clipboard
Return a list of the values in this set.