Package | Description |
---|---|
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,RangeContentType<?>> |
UnitLookup.RANGE_CONTENT_TYPES |
Modifier and Type | Method and Description |
---|---|
(package private) static <T extends java.lang.Comparable<? super T>> |
RangeContentType.create(ContentType<T> endPointType) |
(package private) static RangeContentType<IQuantity> |
RangeContentType.create(KindOfQuantity<?> endPointType) |
static <M extends java.lang.Comparable<? super M>> |
UnitLookup.getRangeType(ContentType<M> endPointType) |