Package ch.javasoft.util

The util package and subpackages contain utility classes; these classes have a more or less strong relation to those in java.util.

See:
          Description

Class Summary
Arrays The Arrays class contains static helper methods arround arrays, similar to Arrays, but adding missing stuff.
DoubleArray The DoubleArray is an dynamic size array for doubles.
Env Represents the environment settings, i.e.
ExceptionUtil ExceptionUtil is a utility class with static helper methods for exception handling, for instance to convert exceptions to some desired exception type.
IntArray The IntArray is an dynamic size array for ints.
IterableIterable<E>  
Iterables Static helper methods around iterables
LongArray The LongArray is an dynamic size array for longs.
Null Null is a (single instance) helper object which can be used for equality comparison with null.
Sort  
StringUtil The StringUtil contains common constants and static utility methods concerning strings.
Timer  
 

Package ch.javasoft.util Description

The util package and subpackages contain utility classes; these classes have a more or less strong relation to those in java.util.