Class Values

All Implemented Interfaces:
PostfixMathCommandI, Serializable

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