[jdom-interest] ArrayList vs. LinkedList

Noam Tamim noamt at yahoo.com
Fri May 25 10:21:35 PDT 2001


Read the Java Tutorial about collections:
http://java.sun.com/docs/books/tutorial/collections/implementations/general.
html

The bottom line is this:
"If you think that you want to use a LinkedList, measure the performance
with both LinkedList and ArrayList. You may be surprised."


 - Noam.







More information about the jdom-interest mailing list