| Interface | Description |
|---|---|
| NumberGenerator<T extends Number> |
Interface for providing different types of sequences of numbers.
|
| Class | Description |
|---|---|
| AdjustableNumberGenerator<T extends Number> |
Implementation of
NumberGenerator that works similarly to
ConstantGenerator but allows the returned
value to be changed after instantiation. |
| ConstantGenerator<T extends Number> |
Convenience implementation of
NumberGenerator that always
returns the same value. |
| Rational |
Immutable value object for representing a rational number (or vulgar fraction).
|