DependencyGraphNodeSorter<T extends DependencyGraphNode<T> > class
- Inheritance
-
- Object
- DependencySorter<
T> - DependencyGraphNodeSorter
Constructors
Properties
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