What is the actual datastructue used in implementation of collection and their order?
- by Abhishek Jain
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