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
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.singularsys.jep.functions.UnaryFunction
UnaryFunction.FunctionWithException<T> -
Field Summary
FieldsFields inherited from class com.singularsys.jep.functions.PostfixMathCommand
curNumberOfParameters, description, name, NaN, numberOfParameters -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.singularsys.jep.functions.UnaryFunction
instanceOf, instanceOf, instanceOf, instanceOf, runMethods inherited from class com.singularsys.jep.functions.PostfixMathCommand
asArray, asBool, asDouble, asInt, asLong, asStrictInt, asString, asType, checkNumberOfParameters, getDescription, getDescription, getDescriptionWithType, getName, getNumberOfParameters, setCurNumberOfParameters, setDescription, setName, toString, toString
-
Field Details
-
nullValue
-
mf
-
-
Constructor Details
-
MatrixDictValuesIterable
Constructor- Parameters:
nullValue- , value for a key has no value.mf- the MatrixFactory used to create entries.
-
-
Method Details
-
eval
Description copied from class:UnaryFunctionEvaluate the function- Specified by:
evalin classUnaryFunction- Parameters:
l- the single argument passed in- Returns:
- the result of the function
- Throws:
EvaluationException- on error
-
eval
- Throws:
EvaluationException
-
eval
- Throws:
EvaluationException
-
eval
- Throws:
EvaluationException
-
eval
- Throws:
EvaluationException
-