public static function better_of(Adjustment $i, Adjustment $j)
 {
     return $i->compareTo($j) > 0 ? $i : $j;
 }