Add README descriptions 28! (#7917)

This commit is contained in:
Sam Millington
2019-10-03 05:19:05 +01:00
committed by Josh Cummings
parent 6cb034c1d8
commit e4ef23d7b9
10 changed files with 33 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
=========
## Core Java Collections
## Core Java Collections Cookbooks and Examples
This module contains articles about Java collections
### Relevant Articles:
- [Collect a Java Stream to an Immutable Collection](https://www.baeldung.com/java-stream-immutable-collection)
@@ -13,3 +13,4 @@
- [Defining a Char Stack in Java](https://www.baeldung.com/java-char-stack)
- [Guide to the Java Queue Interface](https://www.baeldung.com/java-queue)
- [An Introduction to Synchronized Java Collections](https://www.baeldung.com/java-synchronized-collections)
- [[More -->]](/core-java-modules/core-java-collections-2)