Java Reference
In-Depth Information
java.lang
Table B.68. Inte r faces of the java.lang Package
J2SE Interface Availability in CLDC
Clonable Not available in CLDC.
Comparable Not available in CLDC.
Runnable F ully available in CLDC.
Table B . 69. Classes of the java.lang Package
J2SE Class Availability in CLDC
Boolean Partially contained; see Table B.72 for details.
Byte Partially contained; see Table B.73 for details.
Character Partially contained; see Table B.74 for details.
Character.Subset Not available in CLDC.
Character.UnicodeBlock Not available in CLDC.
Class Partially contained; see Table B.75 for details.
ClassLoader Not available in CLDC.
Compiler Not available in CLDC.
Double Partially contained in CLDC-NG; see Table B.76 for details.
Float Partially contained in CLDC-NG; see Table B.77 for details.
InheritableThreadLocal Not available in CLDC.
Integer Partially contained; see Table B.78 for details.
Long Partially contained; see Table B.79 for details.
Math Partially contained; see Table B.80 for details.
Number Not available in CLDC.
Object Partially contained. The CLDC version lacks the clone() and
finalize() methods that are provided in J2SE.
Package Not available in CLDC.
Process Not available in CLDC.
Runtime Partially contained; see the section " Runtime " for details.
RuntimePermission Not available in CLDC.
SecurityManager Not available in CLDC.
Short Partially contained; see Table B.81 for details.
StrictMath Not available in CLDC.
String Partially contained; see Table B.82 for details.
StringBuffer Partially contained; see Table B.83 for details.
System Partially contained; see Table B.84 for details.
Thread Partially contained; see Table B.85 for details.
ThreadGroup Not available in CLDC.
ThreadLocal Not available in CLDC.
Throwable Partially contained; see Table B.86 for details.
Void Not available in CLDC.
Table B.70. Exceptio n s of the java.lang Package
J2SE Exception Availability in CLDC
ArithmeticException Fully available in CLDC, except the missing
methods of the Throwable class.
ArrayIndexOutOfBoundsException Fully available in CLDC, except the missing
 
Search WWH ::




Custom Search