java.lang
Class Void
java.lang.Object
java.lang.Void
public final class Void
- extends Object
Void provides a representation for the pseudo-type "void" used for
methods that do not return a result.
This class cannot be instantiated and no fields or variables of
this type exist.
- Since:
- 1.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final Class<Void> TYPE
- type for void.
- Since:
- 1.1
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.