Skip to content

Commit 86fc048

Browse files
committed
1 parent 1f21eb0 commit 86fc048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Section 25 Collections Frameworks/Set Interface/src/Set vs Collection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Set vs Collection — why the confusion (and the clarification)
22

3-
`Set` *is* part of the Java Collections Framework and *does extend* the `Collection` interface.
3+
Set is part of the Java Collections Framework and *does extend* the `Collection` interface.
44
The confusion usually comes from understanding how `Set` differs from other `Collection` subtypes (like `List`) and
55
why it enforces **uniqueness** of elements.
66

0 commit comments

Comments
 (0)