Self
- self type.public interface Assumption<Self extends Assumption<?>>
null.
Assumption should implement correct equals() and hashCode() methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type
Method and Description
Self
join(Self other)
Compute least upper bound.
-
-
Method Detail
-
join
Self join(Self other)
Compute least upper bound. Should accept null.
It's allowed to return value, equal either to this
or to
other
. If you're going to modify result of join operation,
you have to copy it.
Copyright © 2018. All rights reserved.