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