IntervalSet class

Inheritance

Constructors

IntervalSet(List<Interval> items)

Properties

hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setterinherited
isNotEmpty bool
no setterinherited
iterator Iterator<Interval>
no setterinherited
length int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(Interval value) → void
inherited
addAll(Iterable<Interval> iterable) → void
inherited
elementAt(int index) Interval
inherited
forEach(void f(Interval element)) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator +(List<Interval> other) List<Interval>
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator [](int index) Interval
inherited