Class Void
java.lang
java.lang.Object
  java.lang.Void

final public 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.
Since:
JDK1.1
Version:
1.15, 12/01/05
Author:
unascribed

Field Summary
static Class<Void>
TYPE
The Class object representing the pseudo-type corresponding to the keyword void.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
TYPE
public static final Class<Void> TYPE
The Class object representing the pseudo-type corresponding to the keyword void.
Java API documentation generated with DocFlex/Doclet v1.5.6
DocFlex/Doclet is both a multi-format Javadoc doclet and a free edition of DocFlex/Javadoc. If you need to customize your Javadoc without writing a full-blown doclet from scratch, DocFlex/Javadoc may be the only tool able to help you! Find out more at www.docflex.com