I have implemented my own Map called AVLTreeMap. Here is the class signature.
public class AVLTreeMap, V>
Your generic signature for a Comparable is a little off, this
Comparable
Should be something like