Interface | Description |
---|---|
Unit<U extends Unit<U>> |
Represents a unit hierarchy for a given unit of measure; eg: time.
|
Class | Description |
---|---|
Amount<T extends Number & Comparable<T>,U extends Unit<U>> |
Represents a value in a unit system and facilitates unambiguous communication of amounts.
|
Pair<A,B> |
An immutable 2-tuple with value-equals semantics.
|
Enum | Description |
---|---|
Data |
Provides a unit to allow conversions and unambiguous passing around of data
Amount s. |
Time |
Provides a unit to allow conversions and unambiguous passing around of time
Amount s. |
Exception | Description |
---|---|
Amount.TypeOverflowException |
Thrown when a checked operation on an amount would overflow.
|
Copyright © 2017 Perforce Software. All Rights Reserved.