摘要:
import java.lang.*;import java.util.*;public class Test { public static void main(String[] str) { List arr = new ArrayList(10); List arr2 = new ArrayList(10); Why(new A()); Why(new B()); doTest(new ArrayList(123)); doTest(arr); doTest(arr2); ExecTest(arr); ExecTest(arr2); } static void Why... 阅读全文
posted @ 2011-02-26 18:49
再快一点
阅读(263)
评论(0)
推荐(0)
浙公网安备 33010602011771号