Package com.google.common.collect
Class Cut.BelowValue<C extends Comparable>
java.lang.Object
com.google.common.collect.Cut<C>
com.google.common.collect.Cut.BelowValue<C>
- All Implemented Interfaces:
Serializable,Comparable<Cut<C>>
- Enclosing class:
- Cut<C extends Comparable>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void(package private) CgreatestValueBelow(DiscreteDomain<C> domain) inthashCode()(package private) booleanisLessThan(C value) (package private) CleastValueAbove(DiscreteDomain<C> domain) toString()(package private) BoundType(package private) BoundTypewithLowerBoundType(BoundType boundType, DiscreteDomain<C> domain) withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain) Methods inherited from class com.google.common.collect.Cut
aboveAll, aboveValue, belowAll, belowValue, canonical, compareTo, endpoint, equals
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
BelowValue
BelowValue(C endpoint)
-
-
Method Details
-
isLessThan
- Specified by:
isLessThanin classCut<C extends Comparable>
-
typeAsLowerBound
BoundType typeAsLowerBound()- Specified by:
typeAsLowerBoundin classCut<C extends Comparable>
-
typeAsUpperBound
BoundType typeAsUpperBound()- Specified by:
typeAsUpperBoundin classCut<C extends Comparable>
-
withLowerBoundType
- Specified by:
withLowerBoundTypein classCut<C extends Comparable>
-
withUpperBoundType
- Specified by:
withUpperBoundTypein classCut<C extends Comparable>
-
describeAsLowerBound
- Specified by:
describeAsLowerBoundin classCut<C extends Comparable>
-
describeAsUpperBound
- Specified by:
describeAsUpperBoundin classCut<C extends Comparable>
-
leastValueAbove
- Specified by:
leastValueAbovein classCut<C extends Comparable>
-
greatestValueBelow
- Specified by:
greatestValueBelowin classCut<C extends Comparable>
-
hashCode
public int hashCode()- Specified by:
hashCodein classCut<C extends Comparable>
-
toString
-