Module com.aoapps.hodgepodge
Package com.aoapps.hodgepodge.graph
Interface GraphSorter<V,Ex extends Exception>
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown
- All Known Implementing Classes:
TopologicalSorter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Sorts the vertices of a graph into a particular order.
- Author:
- AO Industries, Inc.
-
Method Summary
-
Method Details
-
sortGraph
- Throws:
Ex
-