public abstract class Lattices extends Object
| Modifier and Type | Method and Description |
|---|---|
static <A extends Comparable<? super A>> |
tropical(A bottom,
A top) |
public static <A extends Comparable<? super A>> Lattice<A> tropical(A bottom, A top)
see also the complete user documentation .