@Deprecated public static class Streams.ArrayCollector<O> extends Object implements Collector<O,List<O>,O[]>
Collector.Characteristics
Constructor and Description |
---|
ArrayCollector(Class<O> elementType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BiConsumer<List<O>,O> |
accumulator()
Deprecated.
|
Set<Collector.Characteristics> |
characteristics()
Deprecated.
|
BinaryOperator<List<O>> |
combiner()
Deprecated.
|
Function<List<O>,O[]> |
finisher()
Deprecated.
|
Supplier<List<O>> |
supplier()
Deprecated.
|
public ArrayCollector(Class<O> elementType)
public BiConsumer<List<O>,O> accumulator()
public BinaryOperator<List<O>> combiner()
public Set<Collector.Characteristics> characteristics()
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.