EventLinkedList class
Constructors
Properties
Methods
-
eventCompare(
bool p1_isStart, Coordinate p1_1, Coordinate p1_2, bool p2_isStart, Coordinate p2_1, Coordinate p2_2) → int -
insertBefore(
EventNode node, Coordinate other_pt) → void -
insertBeforePredicate(
EventNode here, EventNode ev, Coordinate other_pt) → bool -
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 ==(
Object other) → bool -
The equality operator.
inherited