public static int max(int[] values) {
   return NumberUtils.max(values);
 }