VertexList class
Constructors
Properties
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