What is the actual datastructue used in implementation of collection and their order?
Posted
by Abhishek Jain
on Stack Overflow
See other posts from Stack Overflow
or by Abhishek Jain
Published on 2010-04-24T21:36:11Z
Indexed on
2010/04/24
21:43 UTC
Read the original article
Hit count: 405
There are different collections are used in Java like hashtable, hashset, vector, treeset, treemap and hashmap. How are they implemented internally? What are the actual datastructure used for these collection? And, What is order?
Thanks, -Abhishek
© Stack Overflow or respective owner