Returns the maximum of two comparable values.
The maximum of the two values.
The first value to compare.
The type of the values, which must implement the Comparable interface.
The second value to compare.