| Interface | Description |
|---|---|
| NumberType<N> |
Utility for a type that represents numerical values, e.g.
|
| ValueRange<T> |
Value range of a number type.
|
| Class | Description |
|---|---|
| MoreNumberTypes |
Contains
NumberType implementations for additional Java number types that aren't represented in
StandardNumberType. |
| NumberTypes |
Contains
NumberType utilities. |
| ValueRangeImpl<T> |
Simple implementation of
ValueRange. |
| Enum | Description |
|---|---|
| StandardNumberType |
NumberType implementations for standard Java number types: byte, short, integer, long, float, double,
BigInteger and BigDecimal. |
| StandardValueRange |
Provides value ranges of the standard Java number types: byte, short, integer, long, float, double, BigInteger
and BigDecimal.
|
| ValueRangeComparison |
Result of the comparison of a number with a type's value range.
|
Copyright © 2023. All rights reserved.