public class LockAssertionsForReentrantReadLock extends java.lang.Object implements LockAssertions
| Constructor and Description |
|---|
LockAssertionsForReentrantReadLock(java.util.concurrent.locks.ReentrantReadWriteLock lock) |
| Modifier and Type | Method and Description |
|---|---|
void |
assertLocked() |
void |
assertUnlocked() |
public LockAssertionsForReentrantReadLock(java.util.concurrent.locks.ReentrantReadWriteLock lock)
public void assertUnlocked()
assertUnlocked in interface LockAssertionspublic void assertLocked()
assertLocked in interface LockAssertions