Skip to content

Commit e5fcb0f

Browse files
Update README.md
1 parent 055d16f commit e5fcb0f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,10 @@ sequenceDiagram
12061206
<li> <h3> HashSet and TreeSet can also take the type of ENUM and add ENUM constants to perform Set operations. </h3> </li>
12071207
<ul>
12081208
<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>
1209+
</ul>
1210+
<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>
12111214

12121215
</ul>

0 commit comments

Comments
 (0)