Class ContainsKey

All Implemented Interfaces:
PostfixMathCommandI, Serializable

public class ContainsKey extends BinaryFunction
Tests if the map contains a given key.
map = {'x':2, 'y':3};
containsKey(map, 'x');
Returns true if the map contains a key, false otherwise.
Since:
Jep 4.1
See Also: