public interface ParamType { void method1(double p1, float p2, Object p3, String p4); }