public List append(new Cons (that,this)) that 和 this 都是list,

问题描述:

public List append(new Cons (that,this)) that 和 this 都是list,会输出什么呢?
我想把两个list合成一个,但是不让用arrylist,所以就写了以上,不知这样写行不行?
如果不行该怎么写呢?
对不起写错了,应该是
public list append(list that){
return (new list (that,this));
1个回答 分类:综合 2014-11-25

问题解答:

我来补答
用List的addAll(Connection
 
 
展开全文阅读
剩余:2000
上一页:弧度制96页
也许感兴趣的知识