DependencyGraphNodeSorter<T extends DependencyGraphNode<T>> class

Inheritance

Constructors

DependencyGraphNodeSorter()

Properties

hashCode → int
The hash code for this object.
no setterinherited
order → List<T>
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

dependentsOf(T object) → Set<T>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
inherited
sort(T root) → List<T>
inherited
toString() → String
A string representation of this object.
inherited
visit(T n) → bool
inherited

Operators

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