Currently we have two similar methods that perform approximately the same functionality, but have slightly different usages and different function signatures.
For better modularity, these should be merged, with result.getValuesAt() replacing result.getValueAt()
Currently we have two similar methods that perform approximately the same functionality, but have slightly different usages and different function signatures.
For better modularity, these should be merged, with
result.getValuesAt()replacingresult.getValueAt()