public static class ShortSummaryAggregator.MinShortAggregator extends Object implements Aggregator<Short,Short>
public void aggregate(Short value)
Aggregatoraggregate 在接口中 Aggregator<Short,Short>public void combine(Aggregator<Short,Short> other)
Aggregator(Implementations will need to do an unchecked cast).
combine 在接口中 Aggregator<Short,Short>public Short result()
Aggregatorresult 在接口中 Aggregator<Short,Short>Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.