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