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

Uses of Class
dk.rode.thesis.templatemethod.SequenceTemplate

Packages that use SequenceTemplate
dk.rode.thesis.templatemethod Implementations and examples of the Template Method design pattern [Gamma95, p.325]. 
 

Uses of SequenceTemplate in dk.rode.thesis.templatemethod
 

Subclasses of SequenceTemplate in dk.rode.thesis.templatemethod
 class FileSequence
          A file sequence delivers byte arrays as sequence values, where each array corresponds to the contents of the current file or directory in a given directory.
 class NegativeSequence
          A negative sequence represents a perhaps bounded integer value that is decreased with each call to next(), starting at minus one.
 class ZipSequence
          A zip sequence delivers input streams as sequence values, where each stream correspond to the current zip file entry.
 

Constructors in dk.rode.thesis.templatemethod with parameters of type SequenceTemplate
SequenceTemplate(SequenceTemplate<K,E> sequence, Object... arguments)
          Copy constructor, which creates this sequence template based on sequence, i.e. to have the same size, use the same current index, etc.
 


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.