扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing枚举sortorder的类成员方法: unsorted定义及介绍
发布时间:2014-2-18
本文导语:
unsorted
public static final sortorder unsorted
指示项为无序的枚举值。例如,以 unsorted 顺序排序的集合 1, 4, 0 为 1, 4, 0。
values
public static final sortorder[] values()
returns an array containing the constants of this enum type, in
the order they are declared...