java.lang
Class Void
java.lang.Object
java.lang.Void
public final class Void
- extends Object
This class is a placeholder class for the Java keyword void
- Since:
- 1.1
|
Field Summary |
static Class<Void> |
TYPE
The Class instance that represents primitive type
void. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final Class<Void> TYPE
- The
Class instance that represents primitive type
void.
Please submit a feedback, bug or feature