Uses of Interface java.util.concurrent.locks.Lock

Uses in package java.util.concurrent.locks

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.