Package agg.util

Interface Summary
Disposable Disposable is an interface that is implemented by classes that need explicit finalization in order to become accessible to garbage collection.
StrategyProperties This interface may be implemented by abstract strategies to provide support for special properties that a concrete strategy may have.
XMLObject  
 

Class Summary
Change Encapsulation of change information sent out by observable classes using the method notifyObservers(change) of the class java.util.Observable.
Change_ObservableGone This change information may be sent out by an observable object when it wants its Observers to dispose their reference to it.
Debug This class provides methods for debugging output.
ExtObservable An extension of the native Java Observable class that addresses the need for explicit disposure arising from the circular references inherent to the observer pattern (observer knows observable and vice versa).
Filter_Duplicates A sample filter for use with FilterIterator.
FilterIterator  
Pair<E,F>  
RedirectSystemOut  
XMLHelper