扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.util类collections的类成员方法: checkedsortedset定义及介绍
发布时间:2014-2-17
本文导语:
checkedsortedset
public static sortedset checkedsortedset(sortedset s,
class type)
返回指定有序 set 的一个动态类型安全视图。试图插入一个错误类型的元素将导致立即抛出 classcastexception。假设在生成动态...