public class DummyReadWriteLock extends java.lang.Object implements java.util.concurrent.locks.ReadWriteLock
A read-write lock that doesn't lock at all.
DummyReadWriteLock()
java.util.concurrent.locks.Lock
readLock()
writeLock()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DummyReadWriteLock()
public java.util.concurrent.locks.Lock readLock()
readLock
java.util.concurrent.locks.ReadWriteLock
public java.util.concurrent.locks.Lock writeLock()
writeLock