| Package | Description |
|---|---|
| com.oracle.common.base |
The base package provides a number of classes to complement those in the java.lang package.
|
| Modifier and Type | Method and Description |
|---|---|
default Lockable.Unlockable |
Lockable.exclusively()
Suggest to this Lockable that the caller requires exclusive access
until
close is called on the
returned AutoCloseable. |