Uses of Interface
org.openjdk.jmc.common.IDisplayable
Packages that use IDisplayable
Package
Description
This package contains the data model for quantities and units.
-
Uses of IDisplayable in org.openjdk.jmc.common.unit
Subinterfaces of IDisplayable in org.openjdk.jmc.common.unitModifier and TypeInterfaceDescriptioninterface
interface
IRange<T extends Comparable<? super T>>
A range ofComparable
s.interface
ITypedQuantity<U extends TypedUnit<U>>
Type parameterized extension ofIQuantity
.Classes in org.openjdk.jmc.common.unit that implement IDisplayableModifier and TypeClassDescriptionclass
QuantityRange<U extends TypedUnit<U>>
A finite range of quantities.Methods in org.openjdk.jmc.common.unit that return IDisplayableModifier and TypeMethodDescriptionstatic IDisplayable
QuantityRange.createInfinite
(IQuantity start, IQuantity end)