Class java.lang.Void
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.lang.Void

Object
   |
   +----java.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 primitive Java type void.

Version:
1.4, 07/01/98
Author:
unascribed
Since:
JDK1.1

Variable Index

 o TYPE
The Class object representing the primitive Java type void.

Variables

 o TYPE
public static final java.lang.Class TYPE
The Class object representing the primitive Java type void.

Since: JDK1.1

All Packages  Class Hierarchy  This Package  Previous  Next  Index