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