GNU Classpath (0.97.2) | |
Frames | No Frames |
Classes implementing java.util.concurrent.locks.Lock | |
class | A reentrant mutual exclusion Lock with the same basic
behavior and semantics as the implicit monitor lock accessed using
synchronized methods and statements, but with extended
capabilities.
|
class | The lock returned by method ReentrantReadWriteLock.readLock() .
|
class | The lock returned by method ReentrantReadWriteLock.writeLock() .
|
Methods with return type java.util.concurrent.locks.Lock | |
Lock | Returns the lock used for reading.
|
Lock | Returns the lock used for writing.
|
GNU Classpath (0.97.2) |