Hi,

I am using generics in a class that I am creating and want to ensure that the only type of object which is passed in is one that implements comparable. Up until this point I was under the...