java.lang
public final class: Void [javadoc |
source]
java.lang.Object
java.lang.Void
The {@code Void} class is an uninstantiable placeholder class to hold a
reference to the {@code Class} object representing the Java keyword
void.
- author:
unascribed -
- since:
JDK1.1 -
| Field Summary |
|---|
| public static final Class | TYPE | The {@code Class} object representing the pseudo-type corresponding to
the keyword {@code void}. |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |