|
Evaluating Software Design Patterns — the "Gang of Four" patterns implemented in Java 6 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
E - The type of values processed by this processor.public interface ValueProcessor<E>
A value processor is used by a processable sequence to process values during
processing.
| Method Summary | |
|---|---|
void |
initialise()
Prepares this processor before processing. |
boolean |
process(E value)
Process a given value and returns false if the processing is done, true if it must continue. |
| Method Detail |
|---|
void initialise()
processing.
boolean process(E value)
value - The value to process; never null.
ProcessableSequence.process(ValueProcessor)
|
Gunni Rode / rode.dk | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||