Package org.apache.commons.lang3
Class Streams.ArrayCollector<O>
java.lang.Object
org.apache.commons.lang3.Streams.ArrayCollector<O>
- Type Parameters:
- O- The array type.
- Enclosing class:
- Streams
@Deprecated
public static class Streams.ArrayCollector<O>
extends Object
implements Collector<O,List<O>,O[]>  
Deprecated.
A Collector type for arrays.
- 
Nested Class SummaryNested classes/interfaces inherited from interface java.util.stream.CollectorCollector.Characteristics
- 
Constructor SummaryConstructorsConstructorDescriptionArrayCollector(Class<O> elementType) Deprecated.Constructs a new instance for the given element type.
- 
Method Summary
- 
Constructor Details- 
ArrayCollectorDeprecated.Constructs a new instance for the given element type.- Parameters:
- elementType- The element type.
 
 
- 
- 
Method Details- 
accumulatorDeprecated.
- 
characteristicsDeprecated.
- 
combinerDeprecated.
- 
finisherDeprecated.
- 
supplierDeprecated.
 
- 
Streams.ArrayCollector.