ReentrantReadWriteLock
Class ReentrantReadWriteLock
- java.lang.Object
-
- java.util.concurrent.locks.ReentrantReadWriteLock
- All Implemented Interfaces:
- Serializable, ReadWriteLock
public class ReentrantReadWriteLock extends Object implements ReadWriteLock, Serializable
An implementation of ReadWriteLock
supporting similar semantics to ReentrantLock
.
This class has the following properties:
-
Acquisition order
This class does not