Team LiB
Previous Section Next Section

Voidjava.lang

Java 1.1

The Void class cannot be instantiated and serves merely as a placeholder for its static TYPE field, which is a Class object constant that represents the void type.

public final class Void {
// No Constructor
// Public Constants
     public static final Class<Void> TYPE;  
}

    Team LiB
    Previous Section Next Section