Package one.microstream.functional
Class AvgInteger
java.lang.Object
one.microstream.functional.AvgInteger
- All Implemented Interfaces:
- Consumer<Integer>,- Aggregator<Integer,Integer>
public final class AvgInteger extends Object implements Aggregator<Integer,Integer>
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.functional.AggregatorAggregator.Creator<E,R>
- 
Constructor SummaryConstructors Constructor Description AvgInteger()AvgInteger(XGettingCollection<Integer> c)
- 
Method Summary
- 
Constructor Details- 
AvgIntegerpublic AvgInteger()
- 
AvgInteger
 
- 
- 
Method Details