Collections.Set.getSet()
Signature
Object getSet ( String setId )
Description
Returns the instance of Set for the given setID.
This function can not be used when a set is created using createSet(), createHashSet(), createLinkedHashSet() and createTreeSet() functions.
Parameters
Name | Type | Description |
setId | String | The String ID of the Set |
Returns
Type | Description |
Object | The instance of Set |