Java Reference
In-Depth Information
static double cos(double a)
Not available in CLDC.
static double exp(double a)
Not available in CLDC.
static double floor(double a)
Available in CLDC-NG.
static double IEEEremainder (double f1, double
f2)
Not available in CLDC.
static double log(double a)
Not available in CLDC.
static double max(double a, double b)
Available in CLDC-NG.
static float max(float a, float b)
Available in CLDC-NG.
static int max(int a, int b)
Available in CLDC.
static long max(long a, long b)
Available in CLDC.
static double min(double a, double b)
Available in CLDC-NG.
static float min(float a, float b)
Available in CLDC-NG.
static int min(int a, int b)
Available in CLDC.
static long min(long a, long b)
Available in CLDC.
static double pow(double a, double b)
Not available in CLDC.
static double random()
Not available in CLDC.
static double rint(double a)
Not available in CLDC.
static long round(double a)
Not available in CLDC.
static int round(float a)
Not available in CLDC.
static double sin(double a)
Not available in CLDC.
static double sqrt(double a)
Not available in CLDC.
static double tan(double a)
Not available in CLDC.
static double toDegrees(double angrad)
Available in CLDC-NG.
static double toRadians(double angdeg)
Available in CLDC-NG.
Runtime
Because executing additional processes or finalization is not supported in CLDC, the only methods of
the J2SE Runtime class are listed as follows:
void exit(int status)
long freeMemory()
void gc()
static Runtime getRuntime()
long totalMemory()
Short
Table B.81 . Methods of the Class Short
Method
Availability in CLDC
Short(short value)
Available in CLDC.
Short(String s)
Not available in CLDC.
Workaround:
Short (parseShort (s))
byte byteValue()
Not available in CLDC.
Workaround:
Search WWH ::




Custom Search