Package | Description |
---|---|
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
Modifier and Type | Method and Description |
---|---|
ComparableConstraint<T> |
ComparableConstraint.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.
|
Modifier and Type | Method and Description |
---|---|
protected ComparableConstraint<T> |
ComparableConstraint.combineNonSame(ComparableConstraint<T> other)
Combine with other ComparableConstraint known not to be the same instance, but having the
same persister.
|