Added in API level 1

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

Added in API level 1
public static final Class<Void> TYPE

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