Menu

[r4382]: / trunk / dynamicjava / testFiles / reflectionTests / I1.java  Maximize  Restore  History

Download this file

9 lines (7 with data), 192 Bytes

1
2
3
4
5
6
7
8
package reflectionTests;
public interface I1<T extends Comparable<T>> {
public T method1();
public T method2(int i, T other);
public T method3(double d);
public T method4(T other);
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.