VertexList class

Constructors

VertexList()

Properties

first Vertex?
no setter
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
last Vertex?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tail Vertex?
getter/setter pair

Methods

append(Vertex vertex) VertexList
appendChain(Vertex? vertex) VertexList
clear() VertexList
empty() bool
insertAfter(Vertex? target, Vertex vertex) VertexList
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(Vertex vertex) VertexList
removeChain(Vertex a, Vertex b) VertexList
toString() String
A string representation of this object.
inherited

Operators

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