Home
last modified time | relevance | path

Searched defs:greatestValueBelow (Results 1 – 1 of 1) 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