-
sorting objects
Hi
Could anyone tell me how to Sort Objects. My object basically contains int, string, date, double values. I know the column
names that i am supposed to sort on, and also the type of the columns. the sort can be on any number of columns. I am using
java 1.1.6
Thanks K
-
Re: sorting objects
send me what code u have and I will fix your problem.
mke
[email protected]
-
Re: sorting objects
Try using the Collections API (java.util package) They have some algorithms also specified.Chech'em out
Sushma
-
Re: sorting objects