I\'m upgrading some code to Java 5 and am clearly not understanding something with Generics. I have other classes which implement Comparable once, which I\'ve been able to i
Having multiple implementations of generic interfaces would run into problems when you consider wildcards.
This does not depend upon erasure.