proto.values = function () {
    if (arguments.length) {
        return this.setValues.apply(this, arguments);
    }
    return this.getValues.apply(this, arguments);