public class AggregateCountingPut<E> extends Object implements Aggregator<E,Integer>
Aggregator.Creator<E,R>| Constructor and Description |
|---|
AggregateCountingPut(XPuttingCollection<? super E> target) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(E element)
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 AggregateCountingPut(XPuttingCollection<? super E> target)
public final void accept(E element)
Aggregatorpublic final Integer yield()
Aggregatoryield in interface Aggregator<E,Integer>Copyright © 2022 MicroStream Software. All rights reserved.