HashSet | TreeSet |
---|---|
HashSet is under set interface i.e. it does not guarantee for either sorted order or sequence order. | TreeSet is under set i.e. it provides elements in a sorted order (acceding order). |
We can add any type of elements to hash set. | We can add only similar types of elements to tree set. |
No comments:
Post a Comment