Class MatrixDictKeysIterable
java.lang.Object
com.singularsys.jep.functions.PostfixMathCommand
com.singularsys.jep.functions.UnaryFunction
com.singularsys.extensions.matrix.dictionary.MatrixDictKeysIterable
- All Implemented Interfaces:
PostfixMathCommandI,Serializable
- Direct Known Subclasses:
StreamMatrixKeys
Matrix compatible versions of the
KeysIterable function.
Returns an Iterable<Object> for the keys of a map.- 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
-
mf
-
-
Constructor Details
-
MatrixDictKeysIterable
Constructor- Parameters:
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
-