Package Summary  Overview Summary

class:Void [NONE]


public final class Voidextends Object
The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the Java keyword void.
Since:
1.1

field:TYPE [NONE]

  • TYPE

    public static final  Class<Void> TYPE
    The Class object representing the pseudo-type corresponding to the keyword void.

© 2023 Oracle Corporation and/or its affiliates