- condition
- the condition
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalMonitorStateException if this lock is not held Java.Lang.IllegalArgumentException if the given condition is not associated with this lock Java.Lang.NullPointerException if the condition is null
Returns an estimate of the number of threads waiting on the given condition associated with the write lock. Note that because timeouts and interrupts may occur at any time, the estimate serves only as an upper bound on the actual number of waiters. This method is designed for use in monitoring of the system state, not for synchronization control.