Package org.apache.commons.lang3.stream
Class Streams.ArrayCollector<O>
- java.lang.Object
-
- org.apache.commons.lang3.stream.Streams.ArrayCollector<O>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.util.stream.Collector
Collector.Characteristics
-
-
Constructor Summary
Constructors Constructor Description ArrayCollector(Class<O> elementType)
Constructs a new instance for the given element type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BiConsumer<List<O>,O>
accumulator()
Set<Collector.Characteristics>
characteristics()
BinaryOperator<List<O>>
combiner()
Function<List<O>,O[]>
finisher()
Supplier<List<O>>
supplier()
-
-
-
Method Detail
-
accumulator
public BiConsumer<List<O>,O> accumulator()
-
characteristics
public Set<Collector.Characteristics> characteristics()
-
combiner
public BinaryOperator<List<O>> combiner()
-
-