Uses of Interface
java.util.stream.BaseStream
-
Packages that use BaseStream 软件包 描述 java.util.stream 支持元素流功能性操作的类,例如集合上的map-reduce转换。 -
-
Uses of BaseStream in java.util.stream
Classes in java.util.stream with type parameters of type BaseStream Modifier and Type 接口 描述 interface
BaseStream<T,S extends BaseStream<T,S>>
流的基本界面,它们是支持顺序和并行聚合操作的元素序列。Subinterfaces of BaseStream in java.util.stream Modifier and Type 接口 描述 interface
DoubleStream
支持顺序和并行聚合操作的原始双值元素序列。interface
IntStream
支持顺序和并行聚合操作的原始int值元素序列。interface
LongStream
支持顺序和并行聚合操作的原始长值元素序列。interface
Stream<T>
支持顺序和并行聚合操作的一系列元素。
-