| Interface | Description |
|---|---|
| Unit<U extends Unit<U>> |
Represents a generic unit of measurement.
|
| UnitValue<U extends Unit<U>> |
Represents an association between an Unit and its quantity.
|
| Class | Description |
|---|---|
| BigDecimalFraction |
Created with IntelliJ IDEA.
|
| Money |
Class presents a Unit that represents a Currency.
|
| Enum | Description |
|---|---|
| Data |
Represents a Data volume unit with supported units in:
Bytes
KiloBytes = KibiBytes = 1024 Bytes
MegaBytes = MebiBytes = 1024 * 1024 Bytes
GigaBytes = GibiBytes = 1024 * 1024 * 1024 Bytes
TeraBytes = TebiBytes = 1024 * 1024 * 1024 * 1024 Bytes
|
| Duration |
Represents the time duration unit.
|
| Occurrence |
Represents the frequency unit.
|
| Exception | Description |
|---|---|
| Unit.UnitMisMatchException |
Exception class to support where any mathematical operation between two or more
Unit types is not supported.
|