|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CombineFn.Aggregator<T>
Method Summary | |
---|---|
void |
reset()
Clears the internal state of this Aggregator and prepares it for the values associated with the next key. |
Iterable<T> |
results()
Returns the current aggregated state of this instance. |
void |
update(T value)
Incorporate the given value into the aggregate state maintained by this instance. |
Method Detail |
---|
void reset()
void update(T value)
Iterable<T> results()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |