Class Entries

All Implemented Interfaces:
PostfixMathCommandI, Serializable

public class Entries extends UnaryFunction
Return the entries of a map a nested list of key-value pairs. Evaluating
map = {'x':2, 'y':3};
entries(map);
gives [['x',2.0], ['y',3.0]] , order is not guaranteed. If no value is associate with the key then nullValue is used.
Since:
Jep 4.1
See Also: