public abstract class VarianceAggregator extends Object implements Aggregator
| Modifier and Type | Class and Description |
|---|---|
static class |
VarianceAggregator.FloatVarianceAggregator |
static class |
VarianceAggregator.LongVarianceAggregator |
static class |
VarianceAggregator.ObjectVarianceAggregator |
| Modifier and Type | Field and Description |
|---|---|
protected VarianceAggregatorCollector |
holder |
| Constructor and Description |
|---|
VarianceAggregator() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object |
get() |
float |
getFloat() |
long |
getLong() |
void |
reset() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaggregateprotected final VarianceAggregatorCollector holder
public void reset()
reset in interface Aggregatorpublic Object get()
get in interface Aggregatorpublic void close()
close in interface Aggregatorclose in interface Closeableclose in interface AutoCloseablepublic float getFloat()
getFloat in interface Aggregatorpublic long getLong()
getLong in interface AggregatorCopyright © 2011–2017. All rights reserved.