Download this file
9 lines (7 with data), 192 Bytes
| 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.