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.

@FunctionalInterface public interface GraphSorter<V,Ex extends Exception>
Sorts the vertices of a graph into a particular order.
Author:
AO Industries, Inc.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • sortGraph

      Set<V> sortGraph() throws Ex
      Throws:
      Ex