Answers for "what is the diffrence between treeset and tree map"

1

difference between treeset and treemap

TreeSet: Can contain only unique values and
it is sorted in ascending order
TreeMap: Can contain only unique keys and
keys are sorted in ascending order.
Posted by: Guest on December-05-2020

Code answers related to "what is the diffrence between treeset and tree map"

Browse Popular Code Answers by Language