Class Streams.ArrayCollector<O>

java.lang.Object
org.apache.commons.lang3.Streams.ArrayCollector<O>
Type Parameters:
O - The array type.
All Implemented Interfaces:
Collector<O,List<O>,O[]>
Enclosing class:
Streams

@Deprecated public static class Streams.ArrayCollector<O> extends Object implements Collector<O,List<O>,O[]>
Deprecated.
A Collector type for arrays.