Does anybody has a readily available "Two-Dimensional Array Sort"

I am fetching Data from the database,
it gives me a recordset with
record#, values
as (PSUEDO CODE)

// around 100 records would be fetched
for(int i=0;i<data.length; i++)
{
        data[i][0]
        data[i][1]
        data[i][2]
        data[i][3]
        data[i][4]
        data[i][5]
        data[i][6]
}

After fetching this data, I want to SORT on any of these columns as given by
user and Display

Can somebody HELP me !

Thanks in-advance !

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to