Or just look in your javadoc for the JDK, look at method sort() in the java.util.Collections class.
David Jordan mailto:[EMAIL PROTECTED] Object Identity, Inc. www.objectidentity.com > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Monday, July 14, 2003 2:52 PM > To: [EMAIL PROTECTED] > Subject: Re: [Juglist] Java API for Sorting > > > Daniel, > > Try this one > > http://java.sun.com/docs/books/tutorial/collections/ > > Conrad > > Original Message: > ----------------- > From: Daniel Zhang [EMAIL PROTECTED] > Date: Mon, 14 Jul 2003 14:50:10 -0400 > To: [EMAIL PROTECTED] > Subject: Re: [Juglist] Java API for Sorting > > > Andy is right. I found that Stuart Halloway talked about > Collections for > Numerical Sorting in January's meeting. Unfortunately > I am new to triangle area and I joined TriJUG in this March > so I missed > that meeting. But I didn't find any online stuff like powerpoint > for that presentation. Anyway, thanks for your all information. > > -Daniel > > Andrew C. Oliver wrote: > > >Didn't someone have a meeting on this not to long ago? Maybe with > >presentations on the website ;-) > > > >On 7/14/03 2:03 PM, "David Jordan" > <[EMAIL PROTECTED]> wrote: > > > > > > > >>In the Collections API. > >> > >>David Jordan > >>mailto:[EMAIL PROTECTED] > >>Object Identity, Inc. > >>www.objectidentity.com > >> > >> > >> > >> > >> > >>>-----Original Message----- > >>>From: [EMAIL PROTECTED] > >>>[mailto:[EMAIL PROTECTED] On Behalf Of Daniel Zhang > >>>Sent: Monday, July 14, 2003 2:02 PM > >>>To: [EMAIL PROTECTED] > >>>Subject: [Juglist] Java API for Sorting > >>> > >>> > >>>Dear All - > >>> > >>>Does anyone know any existed Java API for sorting such as > quicksort, > >>>merge sort or whatever? > >>>Thank you in advance. > >>> > >>>-Daniel > >>> > >>> > >>> > >>> > > > _______________________________________________ > Juglist mailing list > [EMAIL PROTECTED] > http://trijug.org/mailman/listinfo/juglist_trijug.org > > > -------------------------------------------------------------------- > mail2web - Check your email from the web at > http://mail2web.com/ . > > > > _______________________________________________ > Juglist mailing list > [EMAIL PROTECTED] > http://trijug.org/mailman/listinfo/juglist_trijug.org > _______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
