import java.util.List; class MyClass { void method1 (Comparable c) {} void method1(Comparable c) {} void method2(List l) {} void method2(List l) {} }