Removed Methods |
boolean enter(Duration )
|
Enters this monitor. |
boolean enterIf(Guard, Duration)
|
Enters this monitor if the guard is satisfied. |
boolean enterIfInterruptibly(Guard, Duration)
|
Enters this monitor if the guard is satisfied. |
boolean enterInterruptibly(Duration )
|
Enters this monitor. |
boolean enterWhen(Guard, Duration)
|
Enters this monitor when the guard is satisfied. |
boolean enterWhenUninterruptibly(Guard, Duration)
|
Enters this monitor when the guard is satisfied. |
Guard newGuard(BooleanSupplier )
|
Creates a new Guard guard for this monitor. |
boolean waitFor(Guard, Duration)
|
Waits for the guard to be satisfied. |
boolean waitForUninterruptibly(Guard, Duration)
|
Waits for the guard to be satisfied. |