Package uci.util

Interface Summary
ChildGenerator Interface used in Set to compute transitive closures.
Functor Interface to define Functor objects.
Predicate Interface for objects that act as predicate functions.
 

Class Summary
Dbg This is a useful utility for debugging.
Enum  
EnumerationComposite This class concatenates Enumerations.
EnumerationEmpty A enumeration that is always empty.
EnumerationPredicate Step through the elements of some other enumeration, but skip over any elements that do not satisfy the given predicate.
EnumerationSingle A enumeration that has exactly one element.
FunctorIdentity A useful implementation of interface Functor that simply returns the same object that was passed to it.
PredicateEquals  
PredicateStringMatch  
PredicateTrue A class that implements Predicate and always returns true.
PredicateType  
Progress A general purpose progress bar dialog box that shows percentage completion of some long running operation, and allows the user to cancel.
Util  
VectorSet An Ordered, non-duplicated collecton of objects (not exactly a mathemetical set because it is ordered).
 

Exception Summary
UnexpectedException