aicas logoJamaica 6.4 release 1

java.lang
Class Void

java.lang.Object
  extended by 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

Field Summary
static Class<Void> TYPE
          type for void.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final Class<Void> TYPE
type for void.

Since:
1.1

aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.