2019-10-31 21:43:47 -04:00
|
|
|
|
=========
|
|
|
|
|
|
|
|
|
|
## 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)
|
2023-05-31 06:53:51 -04:00
|
|
|
|
- [Shuffling Collections in Java](https://www.baeldung.com/java-shuffle-collection)
|
2019-10-31 21:43:47 -04:00
|
|
|
|
- [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)
|
2022-05-09 21:57:31 -04:00
|
|
|
|
- [Differences Between Iterator and Iterable and How to Use Them?](https://www.baeldung.com/java-iterator-vs-iterable)
|
2023-01-29 13:51:18 -05:00
|
|
|
|
- More articles: [[<-- prev]](/core-java-modules/core-java-collections) [[next -->]](/core-java-modules/core-java-collections-3)
|