java.lang
Class Void

java.lang.Object
  extended by java.lang.Void

@TransactionType(value=NOT_SUPPORTED)
public final class Void
extends Object

The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the Java keyword void.

This Java Card class is a subset of the JDK 1.5 Void class. Some interfaces, methods and/or variables have been pruned, and/or other methods simplified, in an effort to reduce the size of this class and/or eliminate dependencies on unsupported features.

Since:
JDK1.1, Java Card 3.0

Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.