Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DCut.java55 abstract C leastValueAbove(DiscreteDomain<C> domain); in leastValueAbove() method in Cut
145 @Override Comparable<?> leastValueAbove( in leastValueAbove() method in Cut.BelowAll
214 @Override Comparable<?> leastValueAbove( in leastValueAbove() method in Cut.AboveAll
280 @Override C leastValueAbove(DiscreteDomain<C> domain) { in leastValueAbove() method in Cut.BelowValue
341 @Override C leastValueAbove(DiscreteDomain<C> domain) { in leastValueAbove() method in Cut.AboveValue
348 C next = leastValueAbove(domain); in canonical()
DContiguousSet.java71 range.lowerBound.leastValueAbove(domain), in create()
DRegularContiguousSet.java106 return range.lowerBound.leastValueAbove(domain);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DContiguousSet.java68 range.lowerBound.leastValueAbove(domain), in create()
DRegularContiguousSet.java87 return range.lowerBound.leastValueAbove(domain); in first()