|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Accumulator<From,To>
Used to accumulate objects.
Parsers.manyAccum() use Accumulator to collect return values.
Can be parameterized as Accumulator
Method Summary
void
accumulate(From obj)
accumulate one object into the result.
To
getResult()
gets the accumulated result.
Method Detail
accumulate
void accumulate(From obj)
obj
- the object to be accumulated.
getResult
To getResult()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD