* [JAVA-16961] Moved code for article "Create an Empty Map in Java" * [JAVA-16961] Alter README.md * [JAVA-16961] Moved code for article "Sorting a Hashset in Java" * [JAVA-16961] Added links to README.md files * [JAVA-16961] Revert link changes * [JAVA-16961] Replaced junit4 with junit5 annotations * [JAVA-16961] test build * [JAVA-16961] Added junit annotations * [JAVA-16961] Added links Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
16 lines
1.1 KiB
Markdown
16 lines
1.1 KiB
Markdown
=========
|
||
|
||
## Core Java Collections Cookbooks and Examples
|
||
|
||
### Relevant Articles:
|
||
- [Removing Elements from Java Collections](https://www.baeldung.com/java-collection-remove-elements)
|
||
- [How to Filter a Collection in Java](https://www.baeldung.com/java-collection-filtering)
|
||
- [Join and Split Arrays and Collections in Java](https://www.baeldung.com/java-join-and-split)
|
||
- [Java – Combine Multiple Collections](https://www.baeldung.com/java-combine-multiple-collections)
|
||
- [Combining Different Types of Collections in Java](https://www.baeldung.com/java-combine-collections)
|
||
- [Shuffling Collections In Java](https://www.baeldung.com/java-shuffle-collection)
|
||
- [Sorting in Java](https://www.baeldung.com/java-sorting)
|
||
- [Getting the Size of an Iterable in Java](https://www.baeldung.com/java-iterable-size)
|
||
- [Java Null-Safe Streams from Collections](https://www.baeldung.com/java-null-safe-streams-from-collections)
|
||
- [Differences Between Iterator and Iterable and How to Use Them?](https://www.baeldung.com/java-iterator-vs-iterable)
|
||
- More articles: [[<-- prev]](/core-java-modules/core-java-collections-1) [[next -->]](/core-java-modules/core-java-collections-3) |