I can't find the answer to this on google because I'm not sure exactly what to search for. I'm building a program where there will hardly ever be new data being added in however the data which is in the system will need to be displayed often.
So what I'm asking is... which collections framework will allow for me to get the fastest lookup/traversal on the objects stored within the collection, the speed of insertion/deletion is not top priority.