Links to articles and resources that I find interesting / useful ... mainly tech sites, with a bias towards the open-source software movement.
Saturday, September 18, 2004
An Introduction to Java Map Collection Classes
An Introduction to Java Map Collection Classes: "The collection classes in java.util include some of the most commonly used classes in Java. The most commonly used collection types are List and Map. Concrete implementations of List include ArrayList and Vector, which are variable size lists ideal for building, storing and manipulating a list of elements of any type of object. Lists are ideal when you want to access elements by numerical index."
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment