Class MatrixDictValuesIterable

java.lang.Object
com.singularsys.jep.functions.PostfixMathCommand
com.singularsys.jep.functions.UnaryFunction
com.singularsys.extensions.matrix.dictionary.MatrixDictValuesIterable
All Implemented Interfaces:
PostfixMathCommandI, Serializable
Direct Known Subclasses:
StreamMatrixValues

public class MatrixDictValuesIterable extends UnaryFunction
Matrix compatible versions of the ValuesIterable function. Returns an Iterable<Object> for the values of a map. If no value is associate with the key then nullValue is used.
Since:
Jep 4.1
See Also: