Package com.jstatcom.util

Utility classes shared by other packages.

See:
          Description

Class Summary
Base64  
Base64.InputStream A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
CIString A case insensitive nonempty string.
ComparatorTypes This class contains comparators that can be reused by other classes.
DateDiff Helper class for computing the difference of two dates in years, months, weeks or days.
FArg Since Java 1.5 one should rather use Formatter.format instead of this class.
Maturity Immutable representation of a maturity.
PrintfFormat PrintfFormat allows the formatting of an array of objects embedded within a string.
SerializationHelper Helper methods for (de)serialization and de/encoding to strings.
UData This class contains a collection of methods to be used with JSCData objects.
UMath This class is a collection of some mathematical functions.
UMatrix A collection of static methods that are related to arrays of numbers.
UString A collection of static methods that are related to strings and formatting.
UStringArray A collection of static methods that are related to arrays of strings.
UtilTest This is a set of tests for the util package.
 

Enum Summary
MaturityUnits Enumeration of all valid units for a maturity.
 

Package com.jstatcom.util Description

Utility classes shared by other packages.