Overview
Utility Classes
Not all of the classes in this package are of interest for all module
writers, but some of them may or even are as they are used through out
our sources.
    - NbBundle as our specialized support
    for localization and replacement to
    {@link java.util.ResourceBundle ResourceBundle }.
    
- Taskand especially- RequestProcessorwhich
    is our way to manage pools of thread workers and execute asynchronous
    computations.
- 
    BaseUtilitieswhich contain
    a lot of methods of possible interest. For exampletopologicalSort,activeReferenceQueue,translate.
- 
    Enumerationsprovide
    enhacened support for manipulation with 
    {@link java.util.Enumeration Enumeration}s and especially
    their on-demand generation.
@FOOTER@