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 变量和类型 接口 描述 interface
BaseStream<T,S extends BaseStream<T,S>>
流的基本接口,它是支持顺序和并行聚合操作的元素序列。Subinterfaces of BaseStream in java.util.stream 变量和类型 接口 描述 interface
DoubleStream
一系列原始双值元素,支持顺序和并行聚合操作。interface
IntStream
支持顺序和并行聚合操作的一系列原始int值元素。interface
LongStream
一系列原始长值元素,支持顺序和并行聚合操作。interface
Stream<T>
支持顺序和并行聚合操作的一系列元素。
-