| Package | Description |
|---|---|
| java.lang |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| 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 © 2021 API Design. All Rights Reserved.