Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
33e411c6
D
dragonwell8_jdk
项目概览
openanolis
/
dragonwell8_jdk
通知
4
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_jdk
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
33e411c6
编写于
12月 11, 2013
作者:
M
michaelm
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
8029696: Broken doc links to package-summary.html#NonInterference in java.util.stream
Reviewed-by: mduigou
上级
0bf9c97b
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
10 addition
and
10 deletion
+10
-10
src/share/classes/java/util/stream/StreamSupport.java
src/share/classes/java/util/stream/StreamSupport.java
+8
-8
src/share/classes/java/util/stream/package-info.java
src/share/classes/java/util/stream/package-info.java
+2
-2
未找到文件。
src/share/classes/java/util/stream/StreamSupport.java
浏览文件 @
33e411c6
...
@@ -54,7 +54,7 @@ public final class StreamSupport {
...
@@ -54,7 +54,7 @@ public final class StreamSupport {
* <a href="../Spliterator.html#binding">late-binding</a>. Otherwise,
* <a href="../Spliterator.html#binding">late-binding</a>. Otherwise,
* {@link #stream(java.util.function.Supplier, int, boolean)} should be used
* {@link #stream(java.util.function.Supplier, int, boolean)} should be used
* to reduce the scope of potential interference with the source. See
* to reduce the scope of potential interference with the source. See
* <a href="package-summary.html#Non
-
Interference">Non-Interference</a> for
* <a href="package-summary.html#NonInterference">Non-Interference</a> for
* more details.
* more details.
*
*
* @param <T> the type of stream elements
* @param <T> the type of stream elements
...
@@ -89,7 +89,7 @@ public final class StreamSupport {
...
@@ -89,7 +89,7 @@ public final class StreamSupport {
* source. Since the supplier is only invoked after the terminal operation
* source. Since the supplier is only invoked after the terminal operation
* commences, any modifications to the source up to the start of the
* commences, any modifications to the source up to the start of the
* terminal operation are reflected in the stream result. See
* terminal operation are reflected in the stream result. See
* <a href="package-summary.html#Non
-
Interference">Non-Interference</a> for
* <a href="package-summary.html#NonInterference">Non-Interference</a> for
* more details.
* more details.
*
*
* @param <T> the type of stream elements
* @param <T> the type of stream elements
...
@@ -125,7 +125,7 @@ public final class StreamSupport {
...
@@ -125,7 +125,7 @@ public final class StreamSupport {
* <a href="../Spliterator.html#binding">late-binding</a>. Otherwise,
* <a href="../Spliterator.html#binding">late-binding</a>. Otherwise,
* {@link #intStream(java.util.function.Supplier, int, boolean)} should be
* {@link #intStream(java.util.function.Supplier, int, boolean)} should be
* used to reduce the scope of potential interference with the source. See
* used to reduce the scope of potential interference with the source. See
* <a href="package-summary.html#Non
-
Interference">Non-Interference</a> for
* <a href="package-summary.html#NonInterference">Non-Interference</a> for
* more details.
* more details.
*
*
* @param spliterator a {@code Spliterator.OfInt} describing the stream elements
* @param spliterator a {@code Spliterator.OfInt} describing the stream elements
...
@@ -158,7 +158,7 @@ public final class StreamSupport {
...
@@ -158,7 +158,7 @@ public final class StreamSupport {
* source. Since the supplier is only invoked after the terminal operation
* source. Since the supplier is only invoked after the terminal operation
* commences, any modifications to the source up to the start of the
* commences, any modifications to the source up to the start of the
* terminal operation are reflected in the stream result. See
* terminal operation are reflected in the stream result. See
* <a href="package-summary.html#Non
-
Interference">Non-Interference</a> for
* <a href="package-summary.html#NonInterference">Non-Interference</a> for
* more details.
* more details.
*
*
* @param supplier a {@code Supplier} of a {@code Spliterator.OfInt}
* @param supplier a {@code Supplier} of a {@code Spliterator.OfInt}
...
@@ -192,7 +192,7 @@ public final class StreamSupport {
...
@@ -192,7 +192,7 @@ public final class StreamSupport {
* <a href="../Spliterator.html#binding">late-binding</a>. Otherwise,
* <a href="../Spliterator.html#binding">late-binding</a>. Otherwise,
* {@link #longStream(java.util.function.Supplier, int, boolean)} should be
* {@link #longStream(java.util.function.Supplier, int, boolean)} should be
* used to reduce the scope of potential interference with the source. See
* used to reduce the scope of potential interference with the source. See
* <a href="package-summary.html#Non
-
Interference">Non-Interference</a> for
* <a href="package-summary.html#NonInterference">Non-Interference</a> for
* more details.
* more details.
*
*
* @param spliterator a {@code Spliterator.OfLong} describing the stream elements
* @param spliterator a {@code Spliterator.OfLong} describing the stream elements
...
@@ -226,7 +226,7 @@ public final class StreamSupport {
...
@@ -226,7 +226,7 @@ public final class StreamSupport {
* source. Since the supplier is only invoked after the terminal operation
* source. Since the supplier is only invoked after the terminal operation
* commences, any modifications to the source up to the start of the
* commences, any modifications to the source up to the start of the
* terminal operation are reflected in the stream result. See
* terminal operation are reflected in the stream result. See
* <a href="package-summary.html#Non
-
Interference">Non-Interference</a> for
* <a href="package-summary.html#NonInterference">Non-Interference</a> for
* more details.
* more details.
*
*
* @param supplier a {@code Supplier} of a {@code Spliterator.OfLong}
* @param supplier a {@code Supplier} of a {@code Spliterator.OfLong}
...
@@ -260,7 +260,7 @@ public final class StreamSupport {
...
@@ -260,7 +260,7 @@ public final class StreamSupport {
* <a href="../Spliterator.html#binding">late-binding</a>. Otherwise,
* <a href="../Spliterator.html#binding">late-binding</a>. Otherwise,
* {@link #doubleStream(java.util.function.Supplier, int, boolean)} should
* {@link #doubleStream(java.util.function.Supplier, int, boolean)} should
* be used to reduce the scope of potential interference with the source. See
* be used to reduce the scope of potential interference with the source. See
* <a href="package-summary.html#Non
-
Interference">Non-Interference</a> for
* <a href="package-summary.html#NonInterference">Non-Interference</a> for
* more details.
* more details.
*
*
* @param spliterator A {@code Spliterator.OfDouble} describing the stream elements
* @param spliterator A {@code Spliterator.OfDouble} describing the stream elements
...
@@ -294,7 +294,7 @@ public final class StreamSupport {
...
@@ -294,7 +294,7 @@ public final class StreamSupport {
* source. Since the supplier is only invoked after the terminal operation
* source. Since the supplier is only invoked after the terminal operation
* commences, any modifications to the source up to the start of the
* commences, any modifications to the source up to the start of the
* terminal operation are reflected in the stream result. See
* terminal operation are reflected in the stream result. See
* <a href="package-summary.html#Non
-
Interference">Non-Interference</a> for
* <a href="package-summary.html#NonInterference">Non-Interference</a> for
* more details.
* more details.
*
*
* @param supplier A {@code Supplier} of a {@code Spliterator.OfDouble}
* @param supplier A {@code Supplier} of a {@code Spliterator.OfDouble}
...
...
src/share/classes/java/util/stream/package-info.java
浏览文件 @
33e411c6
...
@@ -206,7 +206,7 @@
...
@@ -206,7 +206,7 @@
* as {@link java.util.function.Function}, and are often lambda expressions or
* as {@link java.util.function.Function}, and are often lambda expressions or
* method references.
* method references.
*
*
* <h3><a name="Non
-
Interference">Non-interference</a></h3>
* <h3><a name="NonInterference">Non-interference</a></h3>
*
*
* Streams enable you to execute possibly-parallel aggregate operations over a
* Streams enable you to execute possibly-parallel aggregate operations over a
* variety of data sources, including even non-thread-safe collections such as
* variety of data sources, including even non-thread-safe collections such as
...
@@ -729,7 +729,7 @@
...
@@ -729,7 +729,7 @@
* modifications of the data source prior to commencement of the terminal
* modifications of the data source prior to commencement of the terminal
* operation (provided the behavioral parameters to the stream operations meet
* operation (provided the behavioral parameters to the stream operations meet
* the required criteria for non-interference and statelessness). See
* the required criteria for non-interference and statelessness). See
* <a href="package-summary.html#Non
-
Interference">Non-Interference</a>
* <a href="package-summary.html#NonInterference">Non-Interference</a>
* for more details.
* for more details.
*
*
* @since 1.8
* @since 1.8
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录