Java Reference
In-Depth Information
int getMonth()
Not available in CLDC
( deprecated J2SE method).
int getSeconds()
Not available in CLDC
( deprecated J2SE method).
long getTime()
Available in CLDC.
int getTimezoneOffset()
Not available in CLDC
( deprecated J2SE method).
int getYear()
Not available in CLDC
( deprecated J2SE method).
int hashCode()
Available in CLDC.
static long parse(String s)
Not available in CLDC
( deprecated J2SE method).
void setDate(int date)
Not available in CLDC
( deprecated J2SE method).
void setHours(int hours)
Not available in CLDC
( deprecated J2SE method).
void setMinutes(int minutes)
Not available in CLDC
( deprecated J2SE method).
void setMonth(int month)
Not available in CLDC
( deprecated J2SE method).
void setSeconds(int seconds)
Not available in CLDC
( deprecated J2SE method).
void setTime(long time)
Available in CLDC.
void setYear(int year)
Not available in CLDC
( deprecated J2SE method).
String toGMTString()
Not available in CLDC
( deprecated J2SE method).
String toLocaleString()
Not available in CLDC
( deprecated J2SE method).
String toString()
Not available in CLDC.
Not available in CLDC
( deprecated J2SE method).
static long UTC(int year, int month, int
date, int hrs, int min, int sec)
Hashtable
Table B.96. Metho d s of the Class Hashtable
Method
Availability in CLDC
Hashtable()
Available in CLDC.
Hashtable(int initialCapacity)
Available in CLDC.
Hashtable(int initialCapacity,
float loadFactor)
Not available in CLDC.
Hashtable(Map t) Not available in CLDC.
void clear() Available in CLDC.
Object clone() Not available in CLDC. Workaround: Copy the
Hashtable using keys() and elements()
enumeration's
boolean contains(Object value) Available in CLDC.
boolean containsKey(Object key) Available in CLDC.
boolean containsValue(Object
value)
Not available in CLDC. Workaround: Search for
the value using the elements() enumeration.
Enumeration elements()
Available in CLDC.
Search WWH ::




Custom Search