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 Summary
Fields
Modifier and Type
Field
Description
TheClass object representing the pseudo-type corresponding to the keywordvoid.
Method Summary
Methods declared in class java.lang.Object
clone,equals,finalize,getClass,hashCode,notify,notifyAll,toString,wait,wait,wait
Field Details
TYPE
TheClass object representing the pseudo-type corresponding to the keywordvoid.