Troubleshooting and Reference Guide : Available Functions : Using Core Functions : Map Functions
 
Share this page                  
Map Functions
The Map category provides common Map manipulation functions.
 
Function Name
Description
Output Type
Parameters
MapFunctions.mapGet
Returns a value to which the specified key is mapped.
Object<Object.class>
Object<Map.class>
String value
MapFunctions.mapSize
Returns number of key-value mappings.
Integer
Object<Map.class>
MapFunctions.mapToString
Returns string representation of the input map.
String
Object<Map.class>
MapFunctions.containsKey
Checks if the input map contains a mapping for the specified key.
Boolean
Object<Map.class>
String value