Package arom.util
This package contains miscellaneous utility classes used by the Arom core system : extensions of the collection framework, a class that implements the java.io.Reader interface to read a sequence of streams, and a class that represents interval.
See:
Description
|
Class Summary |
| Interval |
This class represents an interval of orderable objects. |
| SequenceReader |
A class for reading in a sequence of streams. |
| TypedList |
A list that contains typed elements. |
| TypedSet |
A Set that contains typed elements. |
Package arom.util Description
This package contains miscellaneous utility classes used by the Arom core system : extensions of the collection framework, a class that implements the java.io.Reader interface to read a sequence of streams, and a class that represents interval.