|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Reducer<A,T>
A reducer takes an accumulator value and a single value from a collection and computes a new
accumulator value.
type of accumulator
Method Summary
Areduce(A accumulator,
T value)
Method Detail
reduce
A reduce(A accumulator,
T value)
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2010 Apache Software Foundation. All Rights Reserved.