Menu

[r1106]: / branches / Release-6-0-4 / php-java-bridge / tests.php5 / TestCoerceArray.java  Maximize  Restore  History

Download this file

9 lines (9 with data), 225 Bytes

1
2
3
4
5
6
7
8
9
public class TestCoerceArray {
public static String f(TestCoerceArray[] ar) {
StringBuffer buf = new StringBuffer();
for(int i=0; i<ar.length; i++) {
buf.append(ar[i].toString());
}
return buf.toString();
}
}
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.