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) C
greatestValueBelow
(DiscreteDomain<C> domain) int
hashCode()
(package private) boolean
isLessThan
(C value) (package private) C
leastValueAbove
(DiscreteDomain<C> domain) toString()
(package private) BoundType
(package private) BoundType
withLowerBoundType
(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:
isLessThan
in classCut<C extends Comparable>
-
typeAsLowerBound
BoundType typeAsLowerBound()- Specified by:
typeAsLowerBound
in classCut<C extends Comparable>
-
typeAsUpperBound
BoundType typeAsUpperBound()- Specified by:
typeAsUpperBound
in classCut<C extends Comparable>
-
withLowerBoundType
- Specified by:
withLowerBoundType
in classCut<C extends Comparable>
-
withUpperBoundType
- Specified by:
withUpperBoundType
in classCut<C extends Comparable>
-
describeAsLowerBound
- Specified by:
describeAsLowerBound
in classCut<C extends Comparable>
-
describeAsUpperBound
- Specified by:
describeAsUpperBound
in classCut<C extends Comparable>
-
leastValueAbove
- Specified by:
leastValueAbove
in classCut<C extends Comparable>
-
greatestValueBelow
- Specified by:
greatestValueBelow
in classCut<C extends Comparable>
-
hashCode
public int hashCode()- Specified by:
hashCode
in classCut<C extends Comparable>
-
toString
-