Collections.Map.get()

Signature

Object get ( Object map, Object key )

Domain

ACTION

Description

Returns the value to which the specified key is mapped.

Parameters

NameTypeDescription
mapObjectThe Map object
keyObjectThe key whose associated value is to be returned

Returns

TypeDescription
Object

Cautions

none