public class IntegerSummaryFactory extends Object implements SummaryFactory<IntegerSummary>
| Constructor and Description |
|---|
IntegerSummaryFactory(IntegerSummary.Mode summaryMode)
Creates an instance of IntegerSummaryFactory with a given mode
|
| Modifier and Type | Method and Description |
|---|---|
IntegerSummary |
newSummary() |
public IntegerSummaryFactory(IntegerSummary.Mode summaryMode)
summaryMode - summary modepublic IntegerSummary newSummary()
newSummary in interface SummaryFactory<IntegerSummary>Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.