Java Reference
In-Depth Information
Set entrySet()
Not available in CLDC
boolean equals(Object o)
Not available in CLDC
Object get(Object key)
Available in CLDC.
int hashCode()
Not available in CLDC
boolean isEmpty()
Available in CLDC.
Enumeration keys()
Available in CLDC.
Set keySet()
Not available in CLDC
Object put(Object key, Object
value)
Available in CLDC.
void putAll(Map t)
Not available in CLDC
protected void rehash()
Available in CLDC.
Object remove(Object key)
Available in CLDC.
int size()
Available in CLDC.
String toString()
Available in CLDC.
Collection values()
Not available in CLDC
Locale
Table B.97. Methods of the class Locale
Method
Availability in PDAP
Locale(String language, String country)
Available in PDAP.
Locale(String language, String country, String
variant)
Available in PDAP.
Object clone()
Not available in
PDAP.
boolean equals(Object obj)
Available in PDAP.
static Locale[] getAvailableLocales()
Available in PDAP.
String getCountry()
Available in PDAP.
static Locale getDefault()
Available in PDAP.
String getDisplayCountry()
Not available in
PDAP.
String getDisplayCountry(Locale inLocale)
Not available in
PDAP.
String getDisplayLanguage()
Not available in
PDAP.
String getDisplayLanguage(Locale inLocale)
Not available in
PDAP.
String getDisplayName()
Not available in
PDAP.
String getDisplayName(Locale inLocale)
Not available in
PDAP.
String getDisplayVariant()
Not available in
PDAP.
String getDisplayVariant(Locale inLocale)
Not available in
PDAP.
String getISO3Country()
Not available in
PDAP.
String getISO3Language()
Not available in
PDAP.
static String[] getISOCountries()
Not available in
PDAP.
Search WWH ::




Custom Search