setAdjustments method

void setAdjustments(
  1. Map<int, int> adj
)

Implementation

void setAdjustments(Map<int, int> adj) {
  adjustments = adj;
}