Preliminary release note: Some of the declarations in this class are likely to be moved elsewhere in the JDK libraries upon actual release, and most likely will not all nested in the same class.
The naming conventions are as follows:
In addition to stated signatures, implementations of these interfaces must work safely in parallel. In general, this means methods should operate only on their arguments, and should not rely on ThreadLocals, unsafely published globals, or other unsafe constructions. Additionally, they should not block waiting for synchronization.
This class is normally best used via {@code import static}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|