Package java.lang

Class Void


  • public final class Void
    extends Object
    Placeholder class for the Java keyword void.
    Since:
    1.1
    • Field Detail

      • TYPE

        public static final Class<Void> TYPE
        The Class object that represents the primitive type void.