ArrayList and MIDP

I would like if i can implement arrayList with J2ME Wireless Toolkit 2.5Thank u
[93 byte] By [theotimea] at [2007-11-26 18:10:26]
# 1
OK. What is the problem then?
andreyvka at 2007-7-9 5:42:45 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Sent my post too early...Why dont you use Vector instead? Or if you think it is heavy, then just use an array.
andreyvka at 2007-7-9 5:42:45 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
Thanks,I am developing a predictive text system for mobile phone.I have already done the system in java, now i would like to move on J2ME Wireless toolkit.I have used ArrayLists in java. My question is to now if are compatible with J2METhank you
theotimea at 2007-7-9 5:42:45 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
instead using Vector or Array list chceck the javolution containers... they have been prepared for real time systems ... or time constrained systems... they are pretty efficient :-)
mchmiel21a at 2007-7-9 5:42:45 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 5
> they are pretty efficient :-)In theorie yes, but for j2me, the whole package deal takes up a fair amount of memory, for some VM's that's just to much.
deepspacea at 2007-7-9 5:42:45 > top of Java-index,Java Mobility Forums,Java ME Technologies...