Classe java.lang.Void


The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the primitive Java type void.
	package java.lang;

		(>JDK1.1)public final
	class Void {

	    // Constante
		(>JDK1.1)    public static final Class TYPE = Class.getPrimitiveClass("void");
	}

Christophe Merlet
redfox@redfoxcenter.org
©Tous droits réservés
11 septembre 1998