How to access the map returned by IParameterValues::getParameterValues()?
- by Hua
I declared a command and a commandParameter for this command. I specified the "values" of this commandParameter as a class implemented by myself. The implementation of this class is below,
public class ParameterValues implements IParameterValues {
@Override
public Map<String, Double> getParameterValues() {
// TODO…