Package org.apache.commons.lang3.stream
Class Streams.ArrayCollector<E>
java.lang.Object
org.apache.commons.lang3.stream.Streams.ArrayCollector<E>
- Type Parameters:
- E- The array type.
- Enclosing class:
- Streams
A Collector type for arrays.
- 
Nested Class SummaryNested classes/interfaces inherited from interface java.util.stream.CollectorCollector.Characteristics
- 
Constructor SummaryConstructorsConstructorDescriptionArrayCollector(Class<E> elementType) Constructs a new instance for the given element type.
- 
Method Summary
- 
Constructor Details- 
ArrayCollectorConstructs a new instance for the given element type.- Parameters:
- elementType- The element type.
 
 
- 
- 
Method Details- 
accumulator
- 
characteristics
- 
combiner
- 
finisher
- 
supplier
 
-