扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.util.concurrent.locks类abstractqueuedsynchronizer的类成员方法: getsharedqueuedthreads定义及介绍
发布时间:2014-2-17
本文导语:
getsharedqueuedthreads
public final collection getsharedqueuedthreads()
返回包含可能正以共享模式等待获取的线程 collection。此方法具有与 getqueuedthreads() 相同的属性,除了它只返回那些因共享获取而等待的线程。
返回:线程的 collection