AboveAll<C extends Comparable> class

Inheritance

Constructors

AboveAll()

Properties

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

Methods

canonical(DiscreteDomain<C> domain) Cut<C>
inherited
compareTo(Cut<Comparable> o) int
Compares this object to another object.
override
describeAsLowerBound(StringBuffer sb) → void
override
describeAsUpperBound(StringBuffer sb) → void
override
greatestValueBelow(DiscreteDomain<Comparable> domain) Comparable?
override
isLessThan(Comparable value) bool
override
leastValueAbove(DiscreteDomain<Comparable> domain) Comparable?
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<Comparable> domain) Cut<C>
override
withUpperBoundType(BoundType boundType, DiscreteDomain<Comparable> domain) Cut<C>
override

Operators

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