Home
last modified time | relevance | path

Searched refs:withUpperBoundType (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DCut.java50 abstract Cut<C> withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain); in withUpperBoundType() method in Cut
135 @Override Cut<Comparable<?>> withUpperBoundType(BoundType boundType, in withUpperBoundType() method in Cut.BelowAll
204 @Override Cut<Comparable<?>> withUpperBoundType(BoundType boundType, in withUpperBoundType() method in Cut.AboveAll
263 @Override Cut<C> withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain) { in withUpperBoundType() method in Cut.BelowValue
324 @Override Cut<C> withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain) { in withUpperBoundType() method in Cut.AboveValue
DRegularContiguousSet.java157 range.upperBound.withUpperBoundType(upperBoundType, domain));
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DRegularContiguousSet.java138 range.upperBound.withUpperBoundType(upperBoundType, domain)); in range()