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

Uses of Class
dk.rode.thesis.prototype.CountdownSequence

Packages that use CountdownSequence
dk.rode.thesis.prototype Implementations and examples of the Prototype design pattern [Gamma95, p.117]. 
 

Uses of CountdownSequence in dk.rode.thesis.prototype
 

Fields in dk.rode.thesis.prototype declared as CountdownSequence
private static CountdownSequence CountdownSequence.instance
          Single instance of the sequence, initialised thread-safe at class loading time.
 

Methods in dk.rode.thesis.prototype that return CountdownSequence
 CountdownSequence CountdownSequence.clone()
          Always throws a CloneNotSupportedException.
 CountdownSequence CountdownSequence.copy()
           
static CountdownSequence CountdownSequence.getInstance()
          Returns the CountdownSequence instance to use.
 


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.