public final class

Void

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

Class Overview

Placeholder class for the Java keyword void.

Summary

Constants
Class<Void> TYPE The Class object that represents the primitive type void.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final Class<Void> TYPE

The Class object that represents the primitive type void.