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, uncomparable
compareTo
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.