Void | API reference | Android Developers (original) (raw)
class Void
The Void
class is an uninstantiable placeholder class to hold a reference to the Class
object representing the Java keyword void.
Summary
Properties | |
---|---|
static Class<Void!>! | TYPE The Class object representing the pseudo-type corresponding to the keyword void. |
Properties
TYPE
static val TYPE: Class<Void!>!
The Class
object representing the pseudo-type corresponding to the keyword void
.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.