public final class SumShort extends Object implements Aggregator<Short,Integer>
Aggregator.Creator<E,R>| Constructor and Description |
|---|
SumShort() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Short n)
Aggregate single element to the collecting object.
|
Integer |
yield()
Builds or aggregates the added elements to one collected object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresetpublic final void accept(Short n)
Aggregatorpublic final Integer yield()
Aggregatoryield in interface Aggregator<Short,Integer>Copyright © 2022 MicroStream Software. All rights reserved.