public interface Lattice<A>
A
bottom()
join(A x, A y)
boolean
leq(A x, A y)
meet(A x, A y)
top()
A top()
A bottom()
A join(A x, A y)
A meet(A x, A y)
boolean leq(A x, A y)
see also the complete user documentation .