Package jebl.util

Interface Summary
Attributable Interface for associating attributeNames with an object.
Cancelable Checks whether some operation has been cancelled; This will typically be used as a callback because it can only query whether a task has been cancelled, rather than cancel it (there is no cancel() method).
SimpleListener  
 

Class Summary
Attributable.Utils  
AttributableHelper  
BasicProgressListener A basic ProgressListener implementation that allows the caller to set the canceled status.
CompositeProgressListener A ProgressListener that is suitable for a task that consists of several subtasks.
FixedBitSet A bit-set of fixed size.
HashPair<T> A pair suitable for use in a HashMap.
NumberFormatter An interface for a numerical column in a log.
ProgressListener  
ProgressListener.Wrapper A decorator progress listener which delegates all method calls to an internal progress listener.
Utils Provides some miscellaneous methods.
 

Enum Summary
MaybeBoolean A tri-state boolean value that can also be "Maybe" besides True and False.
 



http://code.google.com/p/jebl2/