Object createMapWithId ( String mapId )
Object createMapWithId ( String mapId )
Name | Type | Description |
---|---|---|
className | String | Specify the className that implements the Map interface |
mapId | String | The String ID of the map to create |
Type | Description |
---|---|
Object | Instance of user specified Map implementation |