> -----Original Message----- > From: Berin Loritsch [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 28, 2002 3:11 PM > > > LinkedList? That is the slowest list we have!
That really depends on what you are doing. It is not much slower to iterate trough it than any other list and it can obviously be faster to update it than to update an ArrayList. "Thinking in Java" (http://www.mindview.net/Books/TIJ/) had some interesting tables with the result of several comparative performance tests in the 1st edition (I still did not look at the 2nd edition). Have fun, Paulo Gaspar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]