Collections.Map.createMapWithId()

Signature

Object createMapWithId ( String mapId )

Domain

ACTION

Description

Create and return instance of user specified Map implementation for the given mapID. If the map already exists, return the existing Map.

Parameters

NameTypeDescription
classNameStringSpecify the className that implements the Map interface
mapIdStringThe String ID of the map to create

Returns

TypeDescription
ObjectInstance of user specified Map implementation

Cautions

none