AboveValue<C extends Comparable> class

Inheritance

Constructors

AboveValue(C endpoint)

Properties

endpoint → C?
finalinherited
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

canonical(DiscreteDomain<C> domain) Cut<C>
override
compareTo(Cut<C> that) int
Compares this object to another object.
inherited
describeAsLowerBound(StringBuffer sb) → void
override
describeAsUpperBound(StringBuffer sb) → void
override
greatestValueBelow(DiscreteDomain<C> domain) → C?
override
isLessThan(C value) bool
override
leastValueAbove(DiscreteDomain<C> domain) → C?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
typeAsLowerBound() → BoundType
override
typeAsUpperBound() → BoundType
override
withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain) Cut<C>
override
withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain) Cut<C>
override

Operators

operator ==(Object obj) bool
The equality operator.
inherited