filmov
tv
Understanding SortedSet Your Guide to Java Data Structures

Показать описание
So first I elaborate what is SortedSet SortedSet is a pre-declared interface present in java util package SortedSet is the child interface of SetInterface Like SetInterface SortedSet contains the unique elements But SortedSet stores the elements in ascending order In a sorted order in ascending order by using one interface that interface is called as a comparable I must elaborate what is comparable when I move to the advanced area but till the time try to understand sorted set uses the Algorithm of set for holding unique elements but set never giving the guarantee of ordering of the elements where ouch sorted set gives the guarantee of ordering of the elements