Collector<Map.Entry<String,Optional<String>>,List<String>,String>
Collector.Characteristics
RowRender(Map<String,Integer> colNames, String delimiter, String cellSurround, boolean hasTabulation, Function<String,String> nullRender, Function<String,String> escape)
BiConsumer<List<String>,Map.Entry<String,Optional<String>>>
accumulator()
Set<Collector.Characteristics>
characteristics()
BinaryOperator<List<String>>
combiner()
static String
fill(int length, String brick)
Function<List<String>,String>
finisher()
Supplier<List<String>>
supplier()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
supplier
accumulator
combiner
finisher
characteristics