Object createSetWithId ( String className, String setId )
Object createSetWithId ( String className, String setId )
Name | Type | Description |
---|---|---|
className | String | Specify the className that implements the Set interface |
setId | String | The String ID of the set to create |
Type | Description |
---|---|
Object | Instance of user specified Set implementation |