Package org.bdgp.util

Interface Summary
Commitable An interface for any object that allows commit/cancel behavior.
Comparable  
Comparator  
ComparisonConstants  
ProgressListener Listener for ProgressEvents.
Range  
VectorFilter  
VectorTransformer  
 

Class Summary
BooleanFilter  
ComparableComparator  
DNAUtils a collection of constants and static methods useful in manipulating ascii representations of DNA sequences.
EditableString  
IdentityTransformation  
MethodRunnerActionListener  
MultiProperties  
ObjectUtil  
ProgressEvent An event indicating that some progress has been made
Queue A run of the mill FIFO queue.
RangeHash  
ReverseComparator A ReverseComparator wraps another Comparator and returns the reverse ordering of the wrapped comparator.
StringUtil  
TransformStringToEditable Transformation that turns a java.lang.String object into a org.bdgp.util.EditableString
VectorUtil  
 

Exception Summary
NestedException A general perpose Exception that can wrap another exception.
 

Error Summary
NestedError A general purpose Error that can wrap another Throwable object.