public final class java.lang
Void


Hide details Login
Java SE 6
  

The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the Java keyword void.
version1.15, 12/01/05
sinceJDK1.1

Fields
final public static Class TYPE
The Class object representing the pseudo-type corresponding to the keyword void.