public final class

Void

extends Object
java.lang.Object
   ↳ java.lang.Void

Class Overview

The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the Java keyword void.

Summary

Fields
public static final Class<Void> TYPE The Class object representing the pseudo-type corresponding to the keyword void.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Class<Void> TYPE

The Class object representing the pseudo-type corresponding to the keyword void.