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 055d16f commit e5fcb0fCopy full SHA for e5fcb0f
README.md
@@ -1206,7 +1206,10 @@ sequenceDiagram
1206
<li> <h3> HashSet and TreeSet can also take the type of ENUM and add ENUM constants to perform Set operations. </h3> </li>
1207
<ul>
1208
<li><h3><a href= "https://github.com/AvinandanBose/JavaCollectionFramework/blob/main/EnumSetDemo.java" >HashSet, Tree Set and EnumSet</a></h3></li>
1209
- </ul>
1210
- <li> <h3> EnumSet inherits methods from Collection. </h3> </li>
+ </ul>
+ <li> <h3> EnumSet inherits methods from Collection. </h3> </li>
1211
+<ul>
1212
+<li><h3><a href= "https://github.com/AvinandanBose/JavaCollectionFramework/blob/main/EnumSetDemoA.java" >EnumSet→Collection</a></h3></li>
1213
+</ul>
1214
1215
</ul>
0 commit comments