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

Uses of Class
dk.rode.thesis.proxy.NonResettableSequence

Packages that use NonResettableSequence
dk.rode.thesis.proxy Implementations and examples of the Proxy design pattern [Gamma95, p.207]. 
 

Uses of NonResettableSequence in dk.rode.thesis.proxy
 

Subclasses of NonResettableSequence in dk.rode.thesis.proxy
 class ImmutableSequence<E>
          An immutable sequence ensures that invocations of reset(), ImmutableSequence.next(), and ImmutableSequence.copy() are ignored for the proxied sequence if and only if the proxied sequence is accessed through the proxy only.
 

Methods in dk.rode.thesis.proxy that return NonResettableSequence
 NonResettableSequence<E> NonResettableSequence.copy()
           
 


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.