aspose file tools
The moose likes Java in General and the fly likes Pesky Collections and when to use which? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Pesky Collections and when to use which?" Watch "Pesky Collections and when to use which?" New topic
Author

Pesky Collections and when to use which?

Paul Duer
Ranch Hand

Joined: Oct 10, 2002
Posts: 98
Hi guys,
I would like to collect some refereneces on when to use different implementations of the collections interface.
i.e. I wanna know when it's best to use LinkedList over ArrayList, or treemap so on and so on.
I kinda just want to get some links together, cuase I know it's a hugh topic to write about.
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8291

The Java Tutorial, Collections


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Pesky Collections and when to use which?
 
Similar Threads
Collections. .. .
Sets and Lists and Maps OH MY!
SCJP 1.6, 69%
How to get a perticular Object in a collections with out comparing indivisually
Best way to create a matrix