I have a Generic Class with two type variables, which implements java.lang.Comparable.
public class DoubleKey implements Comparable
As is often the case, there exists a library that can solve your problem: Apache Commons lang3. I often use Pair instances as keys. They implement Comparable.