Possibly blocks the current thread, for example waiting for a lock or condition.
Possibly blocks the current thread, for example waiting for a lock or condition.
true if no additional blocking is necessary (i.e.,
if isReleasable would return true).
if interrupted while waiting (the method is not required to do so, but is allowed to).
Returns true if blocking is unnecessary.
Returns string formatted according to given format string.
Returns string formatted according to given format string.
Format strings are as for String.format
(@see java.lang.String.format).
The
ManagedBlockertrait...(Since version 2.10.0) Use
blockinginstead.