Collections.Map.createTreeMapWithId()

Signature

Object createTreeMapWithId ( String mapId )

Domain

ACTION

Description

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

Parameters

NameTypeDescription
mapIdStringThe String ID of the map to create

Returns

TypeDescription
ObjectInstance of TreeMap

Cautions

none