Uses of Interface
org.openjdk.jmc.common.IDisplayable
-
Packages that use IDisplayable Package Description org.openjdk.jmc.common.unit 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.unit Modifier and Type Interface Description interfaceIQuantityinterfaceIRange<T extends java.lang.Comparable<? super T>>A range ofComparables.interfaceITypedQuantity<U extends TypedUnit<U>>Type parameterized extension ofIQuantity.Classes in org.openjdk.jmc.common.unit that implement IDisplayable Modifier and Type Class Description classQuantityRange<U extends TypedUnit<U>>A finite range of quantities.private static classQuantityRange.Point<U extends TypedUnit<U>>private static classQuantityRange.WithEnd<U extends TypedUnit<U>>private static classQuantityRange.WithExtent<U extends TypedUnit<U>>(package private) classScalarQuantity<U extends TypedUnit<U>>A scalar physical quantity value, conceptually a (real) number with a unit.static classScalarQuantity.DoubleStored<U extends TypedUnit<U>>static classScalarQuantity.LongStored<U extends TypedUnit<U>>Methods in org.openjdk.jmc.common.unit that return IDisplayable Modifier and Type Method Description static IDisplayableQuantityRange. createInfinite(IQuantity start, IQuantity end)
-