- 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 a collection containing those threads that may be waiting on the given condition associated with this lock. Because the actual set of threads may change dynamically while constructing this result, the returned collection is only a best-effort estimate. The elements of the returned collection are in no particular order. This method is designed to facilitate construction of subclasses that provide more extensive condition monitoring facilities.