public final class UnusedAbstractValue extends Object implements AbstractValue<UnusedAbstractValue>
Modifier and Type | Method and Description |
---|---|
UnusedAbstractValue |
leastUpperBound(UnusedAbstractValue other)
Compute the least upper bound of two values.
|
public UnusedAbstractValue leastUpperBound(UnusedAbstractValue other)
AbstractValue
Important: This method must fulfill the following contract:
this
.
other
.
this
, even if the signature is
more permissive.
leastUpperBound
in interface AbstractValue<UnusedAbstractValue>