Uses of Interface
org.openjdk.jmc.common.unit.TypedUnit.UnitSelector
-
Packages that use TypedUnit.UnitSelector Package Description org.openjdk.jmc.common.unit This package contains the data model for quantities and units. -
-
Uses of TypedUnit.UnitSelector in org.openjdk.jmc.common.unit
Subinterfaces of TypedUnit.UnitSelector in org.openjdk.jmc.common.unit Modifier and Type Interface Description static interfaceLinearKindOfQuantity.LinearUnitSelectorClasses in org.openjdk.jmc.common.unit that implement TypedUnit.UnitSelector Modifier and Type Class Description classBinaryUnitSelectorclassCustomUnitSelectorclassDecimalUnitSelectorConstructors in org.openjdk.jmc.common.unit with parameters of type TypedUnit.UnitSelector Constructor Description DualUnitFormatter(LinearKindOfQuantity kindOfQuantity, String id, String name, TypedUnit.UnitSelector<LinearUnit> unitSelector)DualUnitFormatter(LinearKindOfQuantity kindOfQuantity, String id, String name, TypedUnit.UnitSelector<LinearUnit> unitSelector, LinearUnit cutoffUnit)
-