public final class Void
extends Object
Placeholder class for the Java keyword void.
- Since:
- 1.1
-
Field Summary
Fields
| Modifier and Type |
Field |
Description |
static Class<Void> |
TYPE |
The Class object that represents the primitive type void.
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
The
Class object that represents the primitive type
void.