![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Friends, Is there any 'ready-made' data structure / sort routine which operates on record-like structures and sorts them by the given sort key ? As an example if I have a simple table in the memory consisting of a row such as follows
Then is there any 'ready-made' sorting that will sort this table in memory by any field(s) that I want ? Say January_Balance ? Or say a sort-within-a-sort by State and City ? Regards, Replies:
|
Sponsored Links
|