FileDocCategorySizeDatePackage
Void.javaAPI DocJava SE 6 API709Tue Jun 10 00:25:38 BST 2008java.lang

Void

public 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.
author
unascribed
version
1.15, 12/01/05
since
JDK1.1

Fields Summary
public static final Class
TYPE
The Class object representing the pseudo-type corresponding to the keyword void.
Constructors Summary
private Void()


    /*
     * The Void class cannot be instantiated.
     */
      
Methods Summary