Home
last modified time | relevance | path

Searched refs:greatestValueBelow (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DCut.java56 abstract C greatestValueBelow(DiscreteDomain<C> domain); in greatestValueBelow() method in Cut
149 @Override Comparable<?> greatestValueBelow( in greatestValueBelow() method in Cut.BelowAll
218 @Override Comparable<?> greatestValueBelow( in greatestValueBelow() method in Cut.AboveAll
283 @Override C greatestValueBelow(DiscreteDomain<C> domain) { in greatestValueBelow() method in Cut.BelowValue
344 @Override C greatestValueBelow(DiscreteDomain<C> domain) { in greatestValueBelow() method in Cut.AboveValue
DContiguousSet.java72 range.upperBound.greatestValueBelow(domain)) > 0; in create()
DRegularContiguousSet.java110 return range.upperBound.greatestValueBelow(domain);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DContiguousSet.java69 range.upperBound.greatestValueBelow(domain)) > 0; in create()
DRegularContiguousSet.java91 return range.upperBound.greatestValueBelow(domain); in last()