Uses of Interface
java.util.concurrent.locks.ReadWriteLock
Packages that use ReadWriteLock
Package
Description
Interfaces and classes providing a framework for locking and waiting
for conditions that is distinct from built-in synchronization and
monitors.
- 
Uses of ReadWriteLock in java.util.concurrent.locksClasses in java.util.concurrent.locks that implement ReadWriteLockModifier and TypeClassDescriptionclassAn implementation ofReadWriteLocksupporting similar semantics toReentrantLock.Methods in java.util.concurrent.locks that return ReadWriteLockModifier and TypeMethodDescriptionStampedLock.asReadWriteLock()Returns aReadWriteLockview of this StampedLock in which theReadWriteLock.readLock()method is mapped toStampedLock.asReadLock(), andReadWriteLock.writeLock()toStampedLock.asWriteLock().