2019-10-30 18:09:06 -04:00
|
|
|
## Core Java 9
|
|
|
|
|
|
|
|
This module contains articles about Java 9 core features
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
|
2019-11-26 05:01:07 -05:00
|
|
|
- [Method Handles in Java](https://www.baeldung.com/java-method-handles)
|
|
|
|
- [Introduction to Chronicle Queue](https://www.baeldung.com/java-chronicle-queue)
|
2019-10-30 18:09:06 -04:00
|
|
|
- [Iterate Through a Range of Dates in Java](https://www.baeldung.com/java-iterate-date-range)
|
|
|
|
- [Initialize a HashMap in Java](https://www.baeldung.com/java-initialize-hashmap)
|
|
|
|
- [Immutable Set in Java](https://www.baeldung.com/java-immutable-set)
|
|
|
|
|
|
|
|
Note: also contains part of the code for the article
|
|
|
|
[How to Filter a Collection in Java](https://www.baeldung.com/java-collection-filtering).
|