Voidpublic final class Void extends Object The Void class is an uninstantiable placeholder class to hold a
reference to the Class object representing the Java keyword
void. |
Fields Summary |
---|
public static final Class | TYPEThe Class object representing the primitive Java type void. |
Constructors Summary |
---|
private Void()
/*
* The Void class cannot be instantiated.
*/
|
|