We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f21eb0 commit 86fc048Copy full SHA for 86fc048
1 file changed
Section 25 Collections Frameworks/Set Interface/src/Set vs Collection.txt
@@ -1,6 +1,6 @@
1
Set vs Collection — why the confusion (and the clarification)
2
3
-`Set` *is* part of the Java Collections Framework and *does extend* the `Collection` interface.
+Set is part of the Java Collections Framework and *does extend* the `Collection` interface.
4
The confusion usually comes from understanding how `Set` differs from other `Collection` subtypes (like `List`) and
5
why it enforces **uniqueness** of elements.
6
0 commit comments