Class LangCollectors.SimpleCollector<T,A,R>

java.lang.Object
org.apache.commons.lang3.stream.LangCollectors.SimpleCollector<T,A,R>
Type Parameters:
T - the type of elements to be collected
R - the type of the result
All Implemented Interfaces:
Collector<T,A,R>
Enclosing class:
LangCollectors

private static final class LangCollectors.SimpleCollector<T,A,R> extends Object implements Collector<T,A,R>
Simple implementation class for Collector.