Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.lang

Class Void

java.lang.Object
|
+--java.lang.Void


public final class Void

extends Object

Void is a placeholder class so that the variable Void.TYPE (also available as void.class) can be supported for reflection return types.

This class could be Serializable, but that is up to Sun.

Since:Authors:

Field Summary

static java.lang.ClassTYPE

The return type void is represented by this Class object.

Field Details

TYPE

public static final Class TYPE

The return type void is represented by this Class object.