J2ME: Sorting

D

Darryl L. Pierce

Piotr said:
Does any of CLDC collections have any sorting method implemended?

No. And, the CLDC doesn't include the Collections classes, but instead has
the older version of Hashtable and Vector only.
 
D

Darryl L. Pierce

Roedy said:
I don't recognise the acronym CLDC,

CLDC stands for Connected Limited Device Configuration and is the
(currently) minimal configuration on which J2ME profiles can be built. See
the J2ME FAQ: said:
but there is a built in sort in
Java and several with source linked to from
http://mindprod.com/jgloss/sort.html

Unfortunately, these APIs are not available from within the CLDC or any
profile built on top of the CLDC.
 
R

Roedy Green

Unfortunately, these APIs are not available from within the CLDC or any
profile built on top of the CLDC.

the sorts I wrote and referred you to use no special api of the OS. I
even give instructions on what to do if Comparator is not supported.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top