2bdba48843
* [JAVA-1657] core-java-modules JUnit and Maven Surefire Plugin upgrade * [JAVA-1657] Changed sub modules parents to core-java-modules and core-java-modules to parent-java * [JAVA-1657] Upgraded JUnit Jupiter version * [JAVA-1657] Get JUnit 4 dependency transitively |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
=========
Core Java Collections Cookbooks and Examples
Relevant Articles:
- Removing Elements from Java Collections
- How to Filter a Collection in Java
- Join and Split Arrays and Collections in Java
- Java – Combine Multiple Collections
- Combining Different Types of Collections in Java
- Shuffling Collections In Java
- Sorting in Java
- Getting the Size of an Iterable in Java
- Java Null-Safe Streams from Collections