N - public abstract class AbstractNumberAggregateBuilder<N extends Number> extends Object implements AggregateBuilder<N>
AggregateBuilder that works on numbers.
This will skip nulls and empty strings, but otherwise try to convert to
numbers.| Constructor and Description |
|---|
AbstractNumberAggregateBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
add(Number number)
Adds a non-null number to the aggregate calculation.
|
void |
add(Object o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAggregateCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.