Range extension type
Properties
Methods
-
asList(
) → List< int> -
compareTo(
Range< num> other) → int -
Compares this object to another object.
inherited
-
contains(
num number) → bool -
Whether the given
numberlies within this range.inherited -
includes<
S extends num> (Range< S> other) → bool -
Whether the range
otheris fully contained by this one.inherited -
intersection(
Range other) → Range -
override
-
isAdjacent<
S extends num> (Range< S> other) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
Whether there is any overlap between this range and
other.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator &(
Range< num> other) → Range<num> -
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited