The only Collection style classes are Vector, Stack and Hashtable.
That's it bascially, except that there are also differences between the packages and classes that are common to both. E.g. both J2SE and J2ME have a java.lang.String class, but the J2ME version doesn't have all the methods that J2SE has.
kumar Reddy
Greenhorn
Joined: Nov 24, 2004
Posts: 29
posted
0
hi thanks for ur reply..meanwhile i was browsing for information regarding this topic and i have found something interesting which is located at
Although it is CDC here, but if you do CLDC and really, really need the Collection package: Sun InfoBus. This gives the Collection API. Never tried in J2ME but it should work if you have enough heap. [ November 27, 2004: Message edited by: Alexander Traud ]
Tomas Conway
Ranch Hand
Joined: Nov 02, 2004
Posts: 45
posted
0
That package extends J2SE classes that are not included in J2ME. In any case packages cannot be installed unless they are part of the your code in the first place. I.e. you would need the full source, and it would have to be entirely in Java (no native code).
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.