# Print output for @column tags ?> Void - Android SDK | Android Developers

Most visited

Recently visited

Void

public final class Void
extends Object

java.lang.Object
   ↳ java.lang.Void


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.

Inherited methods

Fields

TYPE

public static final Class<Void> TYPE

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