public class X { void method(String text) {} void method(String text, int i) {} void method(Object o) {} void method(float f, double d) {} //add method here... }