We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c971e1 commit 6561ae1Copy full SHA for 6561ae1
README.md
@@ -634,6 +634,12 @@ sequenceDiagram
634
<td ></td>
635
<td >TreeSet</td>
636
637
+</tr>
638
+ <td >NavigableSet</td>
639
+ <td ></td>
640
641
+ <td >TreeSet</td>
642
643
</tr>
644
</table>
645
@@ -643,5 +649,6 @@ sequenceDiagram
649
<li><h3><a href= "https://github.com/AvinandanBose/JavaCollectionFramework/blob/main/TreeSetDemo.java" > Tree Set Functions-1</a></h3></li>
650
</ul>
651
652
+<h3> Continuing...: As TreeSet implements Set and Navigable Set interface both , hence it uses both functions of Set as well as NavigableSet. </h3>
646
653
647
654
0 commit comments