Home
last modified time | relevance | path

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