Class DependencyGraph.TopologicalSort<X>

java.lang.Object
com.evolveum.midpoint.util.DependencyGraph.TopologicalSort<X>
Enclosing class:
DependencyGraph<X>

public static class DependencyGraph.TopologicalSort<X> extends Object
Represents a topological sort of items. The sorting itself is done at the construction time.
  • Method Details

    • getSortedItems

      @NotNull public @NotNull List<X> getSortedItems()
    • getRemainingItems

      @NotNull public @NotNull Collection<X> getRemainingItems()