This Pair class stores two elements of the same generic type. Implement the min which returns the smaller of the two elements. The elements must be instances of the Comparable interface.
min
Comparable