扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.util.concurrent.locks类abstractqueuedlongsynchronizer的类成员方法: isqueued定义及介绍
发布时间:2014-2-17
本文导语:
isqueued
public final boolean isqueued(thread thread)
如果给定线程当前已加入队列,则返回 true。
此实现将遍历队列,以确定给定线程是否存在。
参数:thread - 线程
返回:如果给定线程在队列中,则返回 true
抛出:
nullpointerexception...