Collections.Map.createMap()

Signature

Object createMap ( String className )

Domain

ACTION

Description

Creates user specified Map implementation

Parameters

NameTypeDescription
classNameStringSpecify the className that implements the Map interface

Returns

TypeDescription
ObjectInstance of user specified Map implementation

Cautions

none