Uses of Package
net.charlesames.utility.common

Packages that use net.charlesames.utility.common
net.charlesames.music.ensemble Classes in package music.ensemble define the structure of scores. 
net.charlesames.music.midi The classes in this package have two missions: (1) to build a MIDI sequence from scratch and (2) to take an existing MIDI sequence and explain its contents. 
net.charlesames.music.musicxml The purpose of package music.musicxml is to generate files in MusicXML format. 
net.charlesames.music.musicxml.notation   
net.charlesames.music.score Classes in the {code net.charlesames.music.score} package represent musical scores and the components which comprise musical scores. 
net.charlesames.utility.common   
net.charlesames.utility.contour   
net.charlesames.utility.entity   
 

Classes in net.charlesames.utility.common used by net.charlesames.music.ensemble
Disposable
          Base class for objects which contain a disposable method to release resources.
Specification
          Base class for objects which require online documentation.
 

Classes in net.charlesames.utility.common used by net.charlesames.music.midi
Disposable
          Base class for objects which contain a disposable method to release resources.
 

Classes in net.charlesames.utility.common used by net.charlesames.music.musicxml
Disposable
          Base class for objects which contain a disposable method to release resources.
 

Classes in net.charlesames.utility.common used by net.charlesames.music.musicxml.notation
Disposable
          Base class for objects which contain a disposable method to release resources.
 

Classes in net.charlesames.utility.common used by net.charlesames.music.score
Disposable
          Base class for objects which contain a disposable method to release resources.
ProgressMonitor
          Common interface for tracking the status and portion-completed condition of a process.
 

Classes in net.charlesames.utility.common used by net.charlesames.utility.common
ProgressMonitor.Status
          ProgressMonitor status conditions.
SharedRandomGenerator
          Singleton class which allows all the objects that use it to share the same random generator.
 

Classes in net.charlesames.utility.common used by net.charlesames.utility.contour
Disposable
          Base class for objects which contain a disposable method to release resources.
 

Classes in net.charlesames.utility.common used by net.charlesames.utility.entity
Disposable
          Base class for objects which contain a disposable method to release resources.