TarjansDependencyGraphNodeSorter<T extends DependencyGraphNode<T>> class

Inheritance

Properties

cycleNodes HashSet<T>
no setterinherited
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
findCycles(T n) HashSet<T>
inherited
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