Motorola maxx V6 사용자 설명서

다운로드
페이지 201
11
JSR-139 - CLDC 1.1
11.1 JSR-139
CLDC 1.1 is an incremental release of CLDC version 1.0. CLDC 1.1 is fully backwards
compatible with CLDC 1.0. Implementation of CLDC 1.1 supports the following:
Floating Point
 Data Types float and double
 All floating point byte codes
 New Data Type classes Float and Double
 Library classes to handle floating point values
Weak reference
Classes Calender, Date and TimeZone are Java SE compliant
Thread objects to be compliant with Java SE.
The support of thread objects to be compliant with Java SE requires the addition of
Thread.getName and a few new constructors. The following table lists the additional
classes, fields, and methods supported for CLDC 1.1 compliance:
Classes
Additional Fields/
Methods
Comments
System Classes
Java.lang.Thread
Thread (Runnable
target, String
name)
Allocates a new Thread
object with the given
target and name
Thread (String
name)
Allocates a new Thread
object with the given
name
String getName ()
Returns this thread's
name
Void interrupt ()
Interrupts this thread
Java.lang.String
Boolean equ-
alIgnoreCase
Compares this string
to another String, ig-
Java ME Developer Guide
Chapter 11 - JSR-139 - CLDC 1.1
[81/201]
DRAFT - Subject to Change