public interface LatticeElement<E> extends PartialComparable<E>
| Modifier and Type | Method and Description |
|---|---|
E |
greatest() |
boolean |
inf(E e) |
E |
infimum(E e) |
E |
smallest() |
boolean |
sup(E e) |
E |
supremum(E e) |
equivalent, greater, greaterEq, smaller, smallerEq, uncomparablecompareToCopyright © 2010–2019 Francesco Kriegel. All rights reserved.