8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b4e6a9 + 8c134e8 commit c34cc0bCopy full SHA for c34cc0b
docs/java/What's New in JDK8/Java8Tutorial.md
@@ -494,7 +494,7 @@ forEach 是为 Lambda 而设计的,保持了最紧凑的风格。而且 Lambda
494
495
中间操作 map 会将元素根据指定的 Function 接口来依次将元素转成另外的对象。
496
497
-下面的示例展示了将字符串转换为大写字符串。你也可以通过map来讲对象转换成其他类型,map返回的Stream类型是根据你map传递进去的函数的返回值决定的。
+下面的示例展示了将字符串转换为大写字符串。你也可以通过map来将对象转换成其他类型,map返回的Stream 67E1 类型是根据你map传递进去的函数的返回值决定的。
498
499
```java
500
// 测试 Map 操作
@@ -930,4 +930,4 @@ System.out.println(hints2.length); // 2
930
931
**Java工程师必备学习资源:** 一些Java工程师常用学习资源[公众号](#公众号)后台回复关键字 **“1”** 即可免费无套路获取。
932
933
-
+
0 commit comments