| Package | Description |
|---|---|
| java.lang | |
| java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
| Modifier and Type | Field and Description |
|---|---|
static Class<Void> |
Void.TYPE
The
Class object representing the pseudo-type corresponding to
the keyword void. |
| Modifier and Type | Method and Description |
|---|---|
Void |
RecursiveAction.getRawResult()
Always returns
null. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RecursiveAction.setRawResult(Void mustBeNull)
Requires null completion value.
|
Copyright © 2025 API Design. All Rights Reserved.