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