See: Description
| Class | Description |
|---|---|
| ConditionalExistenceCollections |
Elements in these wrapper collections only exist if they pass a condition.
|
| DecimalComparison |
A class that contains methods to compare float and double values.
|
| ExpressionParser<T> |
An object that can parse expressions with unary or binary operators.
|
| ExpressionParser.Builder<T> |
A builder that can create
ExpressionParser<T> instances. |
| ObjectProduct<T> |
An immutable product of multiple objects of a type, such as base units.
|