ReentrantReadWriteLock

Class 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: