未支持的操作
未支持的操作2007-05-28 yycnet.yeah.net yyc译利用static(静态)数组Arrays.toList(),也许能将一个数组转换成List,如下所示://: Unsupported.java// Sometimes methods defined in the Collection// interfaces don"t work!package c08.newcollections;import java.util.*;publi...