Uses of Class
org.openjdk.jmc.common.unit.RangeContentType
-
Packages that use RangeContentType Package Description org.openjdk.jmc.common.unit This package contains the data model for quantities and units. -
-
Uses of RangeContentType in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit with type parameters of type RangeContentType Modifier and Type Field Description private static java.util.Map<java.lang.String,RangeContentType<?>>
UnitLookup. RANGE_CONTENT_TYPES
Methods in org.openjdk.jmc.common.unit that return RangeContentType Modifier and Type Method Description (package private) static <T extends java.lang.Comparable<? super T>>
RangeContentType<T>RangeContentType. create(ContentType<T> endPointType)
(package private) static RangeContentType<IQuantity>
RangeContentType. create(KindOfQuantity<?> endPointType)
static <M extends java.lang.Comparable<? super M>>
RangeContentType<M>UnitLookup. getRangeType(ContentType<M> endPointType)
-