软件包 | 描述 |
---|---|
java.util.concurrent.locks |
接口和类提供了一个锁定和等待条件的框架,这种情况与内置的同步和监视器不同。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueuedLongSynchronizer
一个版本的
AbstractQueuedSynchronizer ,作为
long 保持同步状态。
|
class |
AbstractQueuedSynchronizer
提供用于实现阻塞锁和同步器框架(信号量、事件等),依靠先入先出(FIFO)等待队列。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.