From 12cbf8165e547b0c4919c1961ea8a9ad5091f30b Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Wed, 5 Oct 2022 15:24:57 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/java-set-vs-list --- core-java-modules/core-java-collections-list-4/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-collections-list-4/README.md b/core-java-modules/core-java-collections-list-4/README.md index 5b16b360c9..6966b60756 100644 --- a/core-java-modules/core-java-collections-list-4/README.md +++ b/core-java-modules/core-java-collections-list-4/README.md @@ -11,4 +11,5 @@ This module contains articles about the Java List collection - [Difference Between Arrays.asList() and List.of()](https://www.baeldung.com/java-arrays-aslist-vs-list-of) - [How to Store HashMap Inside a List](https://www.baeldung.com/java-hashmap-inside-list) - [Convert a List to a Comma-Separated String](https://www.baeldung.com/java-list-comma-separated-string) +- [Set vs List in Java](https://www.baeldung.com/java-set-vs-list) - [[<-- Prev]](/core-java-modules/core-java-collections-list-3)