This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: How Do Java's Lists Measure Up? Comparing Arrays, Lists, and Maps
Feed Title: JavaBoutique
Feed URL: http://javaboutique.internet.com/articles.rdf
Feed Description: The Java Boutique is a collection of java applets, games, scripts, and tutorials. Learn programming and download free java applets and source code. You can also find news about java and jini.
Java offers several solutions for storing objects in an ordered list: arrays, Lists, and Maps--to mention the best known. But which one is the best for your application? This article analyzes the performance benefits and drawbacks of each solution with real-life, real-time examples.