Home » openjdk-7 » java » lang » [javadoc | source]
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.
Field Summary
public static final  Class<Void> 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