Class MatrixDictEntriesIterable

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

public class MatrixDictEntriesIterable extends UnaryFunction
Matrix compatible versions of the EntriesIterable function. Returns an Iterable<VectorI> for the entries of a map. Each item returned by a iterator is a VectorI with 2 elements: the key and value. If no value is associate with the key then nullValue is used.
Since:
Jep 4.1
See Also: