Java Reference
In-Depth Information
HashSet
Not available in CLDC.
Hashtable
Partially contained; see Table B.96 for details.
LinkedList
Not available in CLDC.
Workaround: Vector
ListResourceBundle
Not available in CLDC.
Locale
Partially contained in PDAP; see Table B.97 for details.
Observable
Not available in CLDC.
Properties
Not available in CLDC.
Workaround: Hashtable
PropertyPermission Not available in CLDC.
PropertyResourceBundle Not available in CLDC.
Random
Partially contained; see Table B.98 for details.
ResourceBundle
Not available in CLDC.
SimpleTimeZone
Not available in CLDC.
Stack
F ully available in CLDC.
StringTokenizer
Not available in CLDC.
Timer
Partially contained; see Table B.99 for details. This class is an
MIDP-specific addition to CLDC.
TimerTask
Fully available in CLDC. This class is an MIDP-specific addition
t o CLDC.
TimeZone
Partially contained; see Table B.100 for details.
TreeMap
Not available in CLDC.
Workaround: Hashtable
TreeSet
Not available in CLDC.
Vector
Partially contained; see Table B.101 for details.
WeakHashMap
Not available in CLDC.
Table B.93. Exceptions of the java.u t il Package
J2SE Exception
Availability in CLDC
ConcurrentModificationException
Not available in CLDC.
EmptyStackException
Available in CLDC.
MissingResourceException
Not available in CLDC.
NoSuchElementException
Available in CLDC.
TooManyListenersException
Not available in CLDC.
Calendar
Table B.94. Methods of the C l ass Calendar
Method
Availability in CLDC
protected Calendar()
Available in CLDC.
protected Calendar (TimeZone zone,
Locale aLocale)
Not available in CLDC.
abstract void add(int field, int
amount)
Not available in CLDC.
boolean after(Object when)
Available in CLDC.
boolean before(Object when)
Available in CLDC.
void clear()
Not available in CLDC.
Search WWH ::




Custom Search