Hi,

I have used Array, Vector and Hashtable to keep the table's data model, but
I have a question/comment.

Which is the best alternative? The two objetives are speed and ease of use.

I think:

-- PROS--
 Array is fast and easy.
 Vector has a variable size.
 Hashtable is fast (is Array faster than Hashtable?).

-- CONS --
 Array has a fixed length.
 Vector is not very fast (because of castings) and not so easy.
 Hashtable is not so easy as Array.


Am I correct?

Thank you for your collaboration.

_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to