Back to photostream

TreeSet in Java

TreeSet is an implementation class of SortedSet. It was introduced from JDK1.2

The elements in the TreeSet are sorted by default in ascending order.We can add only the objects that are comparable type to TreeSet otherwise TreeSet throws ClassCastException.

The TreeSet doesn't support heterogeneous collection.Null cannot be inserted in TreeSet.

The Elements of the TreeSet compare themselves based on the comparable interface. Such comparison is known as mutual comparison.

for more free learning visit us at:

quipoin.com/view/Java/TreeSet

 

21 views
0 faves
0 comments
Uploaded on December 31, 2023