Returns the minimum of two comparable values.
The minimum 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.