This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Which collection type to use?

1 reply
Erkki Lindpere
Joined: 2008-12-19,
User offline. Last seen 42 years 45 weeks ago.

This is a somewhat stupid question, but if I have the following
requirements (prioritized), what is the best collection type to use:

1) fast traversal (always traverse the entire collection, but order is
currently not important)
2) mutable
2) fast additions
3) fast removes
4) fast finding of elements by a hashcode or some key

HashMap is the best for this, right?

Erkki

Eastsun 2
Joined: 2008-12-20,
User offline. Last seen 42 years 45 weeks ago.
Re: Which collection type to use?

SortedTree(or java.util.TreeSet)?

-----
My scala solutions for http://projecteuler.net/ Project Euler problems:
http://eastsun.javaeye.com/category/34059 Click here

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland