fop-marcos

Collection of macros to to help during the FOP exam.
git clone git://git.oshgnacknak.de/fop-marcos.git
Log | Files | Refs | README

interface (265B)


      1 public interface I <T1> extends List<T1> {
      2 	<T2> T1 m1(T1 t1, T2 t2) throws Exception;
      3 	<T2> T1 m2(T1 t1, T2 t2) throws Exception;
      4 	<T2> T1 m3(T1 t1, T2 t2) throws Exception;
      5 	<T2> T1 m4(T1 t1, T2 t2) throws Exception;
      6 	<T2> T1 m5(T1 t1, T2 t2) throws Exception;
      7 }