Class EntriesIterable

All Implemented Interfaces:
PostfixMathCommandI, Serializable

public class EntriesIterable extends UnaryFunction
Return an Iterable<Vector<Object>> for the entries of a map. Each item returned by a iterator is a Vector with 2 elements: the ke and value. If no value is associate with the key then nullValue is used.
Since:
Jep 4.1
See Also: