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.locks
Classes in java.util.concurrent.locks that implement ReadWriteLockModifier and TypeClassDescriptionclass
An implementation ofReadWriteLock
supporting similar semantics toReentrantLock
.Methods in java.util.concurrent.locks that return ReadWriteLockModifier and TypeMethodDescriptionStampedLock.asReadWriteLock()
Returns aReadWriteLock
view of this StampedLock in which thereadLock()
method is mapped toStampedLock.asReadLock()
, andwriteLock()
toStampedLock.asWriteLock()
.