Java Reference
In-Depth Information
java.util
Table B.91. Int e rfaces of the java.util Package
J2SE Interface
Availability in CLDC/PDAP
Collection
Not available in CLDC.
Workaround: Vector
Comparator
Not available in CLDC.
Enumeration
F ully available in CLDC.
EventListener
Fully available in PDAP.
Iterator
Not available in CLDC.
Workaround: Enumeration
List
Not available in CLDC.
Workaround: Vector
ListIterator
Not available in CLDC.
Map
Not available in CLDC.
Workaround: Hashtable
Map.Entry Not available in CLDC.
Observer Not available in CLDC.
Set Not available in CLDC.
SortedMap Not available in CLDC.
SortedSet Not available in CLDC.
Table B . 92. Classes of the java.util Package
J2SE Class Availability in CLDC/PDAP
AbstractCollection Not available in CLDC.
AbstractList Not available in CLDC.
AbstractMap Not available in CLDC.
AbstractSequentialList Not available in CLDC.
AbstractSet
Not available in CLDC.
ArrayList
Not available in CLDC.
Workaround: Vector
Arrays
Not available in CLDC.
BitSet
Not available in CLDC.
Calendar
Partially contained; see Table B.94 for details.
Collections
Not available in CLDC.
Date
Partially contained; see Table B.95 for details.
Dictionary
Not available in CLDC.
Workaround: Hashtable
EventObject
F ully available in PDAP.
GregorianCalendar
Not available in CLDC.
HashMap
Not available in CLDC.
Workaround: Hashtable
 
Search WWH ::




Custom Search