> Please send a good stuff references about Java
> Collections performance.
> ( Elapsed time for access , update , etc...)
>
On one system it took zero time to access it, because of course there wasn't anything in the collection at all. Made it real fast.
On another system it took slightly more than a year. Of course first the JVM had to be ported to that system so it could run and that time counted as well.