Skip to content

Commit 6b44d6d

Browse files
Update README.md
1 parent 55dd02b commit 6b44d6d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,16 @@ Implemented From : java.util.NavigableSet
832832
IT will return set: [1,2,3,4,5,6]
833833

834834
````
835+
836+
<li><h3><a href= "https://github.com/AvinandanBose/JavaCollectionFramework/blob/main/TreeSetDemo16.java" >Descending Set[Navigable Set Interface]</a></h3></li>
837+
838+
```Syntax
839+
Implemented From : java.util.NavigableSet
840+
841+
It makes the output of Set in Descending Order i.e. From ,
842+
Greatest Element to Lowest Element.
843+
844+
````
835845
<h2> </h2>
836846
<h2> </h2>
837847
</ul>

0 commit comments

Comments
 (0)