Class Void

java.lang.Object
java.lang.Void

public final classVoidextendsObject
TheVoid class is an uninstantiable placeholder class to hold a reference to theClass object representing the Java keyword void.
Since:
1.1
  • Field Details

    • TYPE

      public static final Class<Void> TYPE
      TheClass object representing the pseudo-type corresponding to the keywordvoid.