软件包 | 描述 |
---|---|
java.util.stream |
类,以支持元素流上的功能样式操作,如Map减少集合上的转换。
|
Modifier and Type | Interface and Description |
---|---|
interface |
BaseStream<T,S extends BaseStream<T,S>>
用于流的基本接口,它是支持顺序和并行聚合操作的元素的序列。
|
Modifier and Type | Interface and Description |
---|---|
interface |
DoubleStream
支持序列和并行聚合操作的原始双值元素序列。
|
interface |
IntStream
原始序列的int值元素支持串行和并行的聚合操作。
|
interface |
LongStream
支持序列和并行聚合操作的原始长值元素序列。
|
interface |
Stream<T>
支持顺序和并行聚合操作的元素序列。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.