Re: Which collection is better to USE to improve performace
Posted By:
Andrew_Postoyanets
Posted On:
Thursday, April 10, 2003 08:50 AM
If your records consist of multiple columns, and you want to keep them in memory and be able to sort them by different columns, why don't you use a sortable javax.swing.table.TableModel? (You will have to create an implementation)
(Please pardon me if I misunderstood your question.)
Re: Which collection is better to USE to improve performace
Posted By:
Andrew_Postoyanets
Posted On:
Thursday, April 10, 2003 08:50 AM
If your records consist of multiple columns, and you want to keep them in memory and be able to sort them by different columns, why don't you use a sortable javax.swing.table.TableModel? (You will have to create an implementation)
(Please pardon me if I misunderstood your question.)