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 04f6833 commit f0fcc24Copy full SHA for f0fcc24
README.md
@@ -1202,3 +1202,11 @@ sequenceDiagram
1202
</ul>
1203
1204
<h1 align="center"> EnumSet </h1>
1205
+<ul>
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>
1211
+
1212
+</ul>
0 commit comments