Module java.base
Package java.lang

Class 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 Detail

      • TYPE

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