扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.util.concurrent.locks类abstractqueuedlongsynchronizer的类成员方法: getqueuedthreads定义及介绍
发布时间:2014-2-17
本文导语:
getqueuedthreads
public final collection getqueuedthreads()
返回一个 collection,该 collection 包含正在等待获取的线程。因为在构造此结果时,实际线程集可能动态地变化,所以返回的 collection 只是一个尽可能准确的估计值。所返回 collection ...