Package net.sf.japaki.basic

This package contains common utility classes.

See:
          Description

Interface Summary
Factory<T> Standard factory interface
Quasigroup<T> An interface representing the algebra structure "Quasigroup".
TwoWayTransformer<S,T> Specifies both the methods to transform and to retransform an object.
 

Class Summary
Assert A set of assertion methods.
ClassCast Fixes the problem that generic class literals do not exist.
DefaultFactory<T> Provides a factory for classes with public default constructors.
Duration An elapsed time in milliseconds.
FixedTargetTransformer<T> A transformer that always returns a constant value.
NumberTransformer<T extends Number> Transforms a number to a specific type value.
 

Exception Summary
DuplicateKeyException Thrown to indicate that a key cannot be used again.
MultiCauseException An exception with more than one cause.
OutOfRangeException Thrown to indicate that an argument has a value outside of the valid range.
 

Package net.sf.japaki.basic Description

This package contains common utility classes.

Since:
1.0