Searched refs:greatestValueBelow (Results 1 – 5 of 5) sorted by relevance
56 abstract C greatestValueBelow(DiscreteDomain<C> domain); in greatestValueBelow() method in Cut149 @Override Comparable<?> greatestValueBelow( in greatestValueBelow() method in Cut.BelowAll218 @Override Comparable<?> greatestValueBelow( in greatestValueBelow() method in Cut.AboveAll283 @Override C greatestValueBelow(DiscreteDomain<C> domain) { in greatestValueBelow() method in Cut.BelowValue344 @Override C greatestValueBelow(DiscreteDomain<C> domain) { in greatestValueBelow() method in Cut.AboveValue
72 range.upperBound.greatestValueBelow(domain)) > 0; in create()
110 return range.upperBound.greatestValueBelow(domain);
69 range.upperBound.greatestValueBelow(domain)) > 0; in create()
91 return range.upperBound.greatestValueBelow(domain); in last()