Evaluating Software Design Patterns
— the "Gang of Four" patterns implemented in Java 6

Uses of Interface
dk.rode.thesis.iterator.ValueProcessor

Packages that use ValueProcessor
dk.rode.thesis.iterator Implementations and examples of the Iterator design pattern [Gamma95, p.257]. 
 

Uses of ValueProcessor in dk.rode.thesis.iterator
 

Classes in dk.rode.thesis.iterator that implement ValueProcessor
 class LoggingValueProcessor
          A logging value processor logs the first X number of sequence values during processing, where X is supplied at construction time.
 

Methods in dk.rode.thesis.iterator with parameters of type ValueProcessor
 boolean ProcessableSequence.process(ValueProcessor<? super E> processor)
          Process values in this sequence using the processor supplied as processor until all values have been exhausted, or processor returns false.
 


Gunni Rode / rode.dk

Feel free to use and/or modify the Java 6 source code developed for this thesis AT YOUR OWN RISK, but note that the source code comes WITHOUT ANY — and I do mean WITHOUT ANY — form of warranty WHAT SO EVER!

The original thesis and source code are available at rode.dk/thesis.