添加文章: Java 8 中的设计模式策略 - https://www.ossez.com/t/java-8/13978

This commit is contained in:
YuCheng Hu 2022-05-26 12:55:33 -04:00
parent 74a9a9ed0b
commit 7a8bb266b1
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
## Core Java 8
## Java 8 核心
This module contains articles about Java 8 core features
本模块中包含有关 Java 8 核心新增功能特性的一些文章
### Relevant Articles:
### 相关文章:
- [New Features in Java 8](https://www.baeldung.com/java-8-new-features)
- [Guide to Java 8 groupingBy Collector](https://www.baeldung.com/java-groupingby-collector)
- [Strategy Design Pattern in Java 8](https://www.baeldung.com/java-strategy-pattern)
- [Java 8 中的设计模式策略](https://www.ossez.com/t/java-8/13978)
- [Guide to Java 8 Comparator.comparing()](https://www.baeldung.com/java-8-comparator-comparing)
- [Guide to the Java 8 forEach](https://www.baeldung.com/foreach-java)
- [Introduction to Spliterator in Java](https://www.baeldung.com/java-spliterator)