99
String intern ()
Returns a canonical
representation for the string object
Static String valueOf (float f) Returns the string representation
of the float argument
Static String valueOf (double
d)
Returns the string representation
of the double argument
Data Type
Classes
Java.lang.Float
New Class: Refer to CLDC Spec
for more details
Java.lang.Double
New Class: Refer to CLDC Spec
for more details
Calender and
Time Classes
Java.util.Calender
Protected int [ ] fields
The field values for the currently
set time for this calendar
Protected boolean { } is set
The flags which tell if a specified
time field for the calendar is set
Protected long time
The currently set time for this
calendar, expressed in
milliseconds after January 1,
1970, 0:00:00 GMT
Protected abstract void
ComputeFields
Converts the current millisecond
time value to field values in fields [
]
Protected abstract void
ComputeTime
Converts the current field values
in fields [ ] to the millisecond time
value time
Java.lang.Date
String toString ()
Converts this date object to a
String of the form:
Dow mon dd hh:mm:ss zzz yyyy
Exception and
Error Classes
Java.lang.NoClass
DefFoundError
New Class: Refer to CLDC Spec
for more details
Weak
References
Java.lang.ref.Refer
ence
New Class: Refer to CLDC Spec
for more details
Java.lang.ref.Weak
Reference
New Class: Refer to CLDC Spec
for more details
Additional Utility
Classes
Java.util.Random
Double nextDouble ()
Returns the nextpseudorandom,
uniformly distributed double value
between 0.0 and 1.0 from the
random number generator’s
sequence
Float nextFloat ()
Returns the next pseudorandom,
uniformly distributed double value
between 0.0 and 1.0 from the
random number generator’s