EventLinkedList class

Constructors

EventLinkedList()

Properties

hashCode int?
The hash code for this object.
no setterinherited
no setter
isEmpty bool?
no setter
root EventNode?
getter/setter pair
runtimeType Type?
A representation of the runtime type of the object.
no setterinherited

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