Uses of Interface
org.openjdk.jmc.common.unit.IConstrainedMap
-
Packages that use IConstrainedMap Package Description org.openjdk.jmc.common.unit This package contains the data model for quantities and units. -
-
Uses of IConstrainedMap in org.openjdk.jmc.common.unit
Subinterfaces of IConstrainedMap in org.openjdk.jmc.common.unit Modifier and Type Interface Description interfaceIDescribedMap<K>interfaceIMutableConstrainedMap<K>A mutable extension toIConstrainedMap.Classes in org.openjdk.jmc.common.unit that implement IConstrainedMap Modifier and Type Class Description classMutableConstrainedMap<K>A mutable extension toIConstrainedMap.classSimpleConstrainedMap<K>Simple constrained map that allows constraints to be added, and an optional fallback constraint.
-