Uses of Class
org.openjdk.jmc.common.unit.ComparableConstraint
Packages that use ComparableConstraint
Package
Description
This package contains the data model for quantities and units.
-
Uses of ComparableConstraint in org.openjdk.jmc.common.unit
Methods in org.openjdk.jmc.common.unit that return ComparableConstraintModifier and TypeMethodDescriptionComparableConstraint.combine
(IConstraint<?> other) protected ComparableConstraint<T>
ComparableConstraint.combineNonSame
(ComparableConstraint<T> other) Combine with other ComparableConstraint known not to be the same instance, but having the same persister.Methods in org.openjdk.jmc.common.unit with parameters of type ComparableConstraintModifier and TypeMethodDescriptionprotected ComparableConstraint<T>
ComparableConstraint.combineNonSame
(ComparableConstraint<T> other) Combine with other ComparableConstraint known not to be the same instance, but having the same persister.