扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.lang枚举thread.state的类成员方法: terminated定义及介绍
发布时间:2014-2-17
本文导语:
terminated
public static final thread.state terminated
已终止线程的线程状态。线程已经结束执行。
values
public static final thread.state[] values()
returns an array containing the constants of this enum type, in
the order they are declared. this method may be used to...